diff options
-rw-r--r-- | www/horde-wicked/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/horde-wicked/Makefile b/www/horde-wicked/Makefile index b4a2c8c5ae31..75dea0d2d3a8 100644 --- a/www/horde-wicked/Makefile +++ b/www/horde-wicked/Makefile @@ -8,6 +8,7 @@ PORTNAME= wicked DISTVERSIONPREFIX?= DISTVERSION= 0.0.20080730 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES?= LOCAL/beech \ http://www.alaskaparadise.com/freebsd/ @@ -19,5 +20,7 @@ USE_HORDE= base pkg-message USE_GETTEXT= yes PORTDOCS= README CHANGES CREDITS INSTALL TODO +BUILD_DEPENDS+= ${PEARDIR}/Text/Wiki.php:${PORTSDIR}/www/pear-Text_Wiki + .include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" .include <bsd.port.mk> |