diff options
Diffstat (limited to 'net/pear-Net_MAC/Makefile')
-rw-r--r-- | net/pear-Net_MAC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pear-Net_MAC/Makefile b/net/pear-Net_MAC/Makefile index e01bf7ff9e72..6c8f2e67b63d 100644 --- a/net/pear-Net_MAC/Makefile +++ b/net/pear-Net_MAC/Makefile @@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PEAR class that validates and formats MAC addresses BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} CATEGORY= Net FILES= MAC/MAC.php |