diff options
Diffstat (limited to 'devel/pear-System_Command/Makefile')
-rw-r--r-- | devel/pear-System_Command/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear-System_Command/Makefile b/devel/pear-System_Command/Makefile index f8729bba8c0c..6a4fda284985 100644 --- a/devel/pear-System_Command/Makefile +++ b/devel/pear-System_Command/Makefile @@ -13,7 +13,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR command line execution interface BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} CATEGORY= System FILES= Command.php |