diff options
Diffstat (limited to 'net/pear-Net_POP3/Makefile')
-rw-r--r-- | net/pear-Net_POP3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pear-Net_POP3/Makefile b/net/pear-Net_POP3/Makefile index 0fe99b381907..6f2d5be42aaf 100644 --- a/net/pear-Net_POP3/Makefile +++ b/net/pear-Net_POP3/Makefile @@ -14,7 +14,7 @@ MAINTAINER= gerrit.beine@gmx.de COMMENT= Provides a POP3 class to access POP3 server BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} FILES= Net/POP3.php DOCS= examples/Net_POP3_example.php |