diff options
author | thierry <thierry@FreeBSD.org> | 2004-06-16 19:39:54 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-06-16 19:39:54 +0000 |
commit | 4ee10245f88184e01b41edcdbc9462a76774d89d (patch) | |
tree | 059793e172f85cfa72f8795b4999d7cac12a95ce /www | |
parent | ff74cb81f12e7664af0f2872918ce6e466156e74 (diff) | |
download | FreeBSD-ports-4ee10245f88184e01b41edcdbc9462a76774d89d.zip FreeBSD-ports-4ee10245f88184e01b41edcdbc9462a76774d89d.tar.gz |
PEAR packages built on Bento have registered dependences towards
lang/php4; www/horde2 requires these packages and lang/php4-horde.
Set NO_PACKAGE until this conflict get cleanly fixed.
Diffstat (limited to 'www')
-rw-r--r-- | www/horde2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/horde2/Makefile b/www/horde2/Makefile index 6076425..36c8007 100644 --- a/www/horde2/Makefile +++ b/www/horde2/Makefile @@ -37,6 +37,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime +NO_PACKAGE= Packaging problem due to dependences with pear NO_BUILD= yes USE_REINPLACE= yes |