diff options
Diffstat (limited to 'irc/pear-Net_SmartIRC/Makefile')
-rw-r--r-- | irc/pear-Net_SmartIRC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/pear-Net_SmartIRC/Makefile b/irc/pear-Net_SmartIRC/Makefile index 0759b9130bf3..32f0031ef88a 100644 --- a/irc/pear-Net_SmartIRC/Makefile +++ b/irc/pear-Net_SmartIRC/Makefile @@ -13,7 +13,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for communication with IRC networks BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} CATEGORY= Net FILES= SmartIRC/defines.php SmartIRC/irccommands.php \ |