diff options
Diffstat (limited to 'net/pear-Net_IPv4/Makefile')
-rw-r--r-- | net/pear-Net_IPv4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pear-Net_IPv4/Makefile b/net/pear-Net_IPv4/Makefile index 2fb80bdf7806..e5560cc90033 100644 --- a/net/pear-Net_IPv4/Makefile +++ b/net/pear-Net_IPv4/Makefile @@ -13,7 +13,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= IPv4 network calculations and validation BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} FILES= Net/IPv4.php TESTS= AllTests.php IPv4Test.php MyIPv4.php |