diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-31 07:41:50 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-31 07:41:50 +0000 |
commit | 38fbf689989cbcbaa56c6e4643233957969ef117 (patch) | |
tree | 5e5f18e2e76e9a8743f2a8659491757864a164ff /www/horde-wicked | |
parent | 1fa41af5480c4eec54f7dc65af339b29dcd8987e (diff) |
- Add depend www/pear-Text_Wiki
- Bump portrevision
Notes
Notes:
svn path=/head/; revision=217872
Diffstat (limited to 'www/horde-wicked')
-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> |