* Marc Balmer [2006-10-28]: > Index: devel/horde/Makefile > =================================================================== > RCS file: /cvs/ports/devel/horde/Makefile,v > retrieving revision 1.19 > diff -u -r1.19 Makefile > --- devel/horde/Makefile 1 Nov 2005 11:34:15 -0000 1.19 > +++ devel/horde/Makefile 28 Oct 2006 12:52:37 -0000 > @@ -2,8 +2,7 @@ > > COMMENT= "modular framework for web-based applications" > > -DISTNAME= horde-3.0.6 > -PKGNAME= ${DISTNAME}p0 > +DISTNAME= horde-3.1.3 > CATEGORIES= devel www > HOMEPAGE= http://www.horde.org/ > > @@ -26,13 +25,26 @@ > INSTDIR= ${PREFIX}/horde > SUBST_VARS= INSTDIR > > -PHP_VERSION= 5 > -RUN_DEPENDS+= :php${PHP_VERSION}-core-*:www/php${PHP_VERSION}/core \ > - > :php${PHP_VERSION}-mcrypt-*:www/php${PHP_VERSION}/extensions,-mcrypt \ > - :php${PHP_VERSION}-pear-*:www/php${PHP_VERSION}/core,-pear \ > - ::devel/pear-Log \ > - ::mail/pear-Mail-Mime \ > +RUN_DEPENDS+= :php5-core-*:www/php5/core \ > + :php5-mcrypt-*:www/php5/extensions,-mcrypt \ > + :php5-pear-*:www/php5/core,-pear \ > + :php5-mbstring-*:www/php5/extensions,-mbstring \ > + :php5-gd-*:www/php5/extensions,-gd \ > + :php5-pgsql-*:www/php5/extensions,-pgsql \ > + :pear-Log-*:devel/pear-Log \ > + :pear-Services-Weather-*:net/pear-Services-Weather \ > :pear-DB-*:databases/pear-DB > + > +FLAVORS= mysql ldap > +FLAVOR?= > + > +.if ${FLAVOR:L:Mmysql} > +RUN_DEPENDS+= :php5-mysql-*:www/php5/extensions,-mysql > +.endif > + > +.if ${FLAVOR:L:Mldap} > +RUN_DEPENDS+= :php5-ldap-*:www/php5/extensions,-ldap > +.endif
This part doesn't make sense to me. If I chose the mysql FLAVOR, I wouldn't expect to get any postgres dependencies pulled in. Might hold for ldap as well. Nikolay