diff options
Diffstat (limited to 'net/pear-Net_Socket/Makefile')
-rw-r--r-- | net/pear-Net_Socket/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pear-Net_Socket/Makefile b/net/pear-Net_Socket/Makefile index 9fdb30cdfe45..853027680701 100644 --- a/net/pear-Net_Socket/Makefile +++ b/net/pear-Net_Socket/Makefile @@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PEAR Network Socket Interface BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} FILES= Net/Socket.php |