diff options
Diffstat (limited to 'mail/pear-Net_IMAP/Makefile')
-rw-r--r-- | mail/pear-Net_IMAP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pear-Net_IMAP/Makefile b/mail/pear-Net_IMAP/Makefile index dc5dca6668fd..b75f0a0b9569 100644 --- a/mail/pear-Net_IMAP/Makefile +++ b/mail/pear-Net_IMAP/Makefile @@ -14,7 +14,7 @@ COMMENT= PEAR class that provides an implementation of the IMAP protocol BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} CATEGORY= Net FILES= IMAP.php IMAPProtocol.php |