diff options
Diffstat (limited to 'mail/ja-squirrelmail/Makefile')
-rw-r--r-- | mail/ja-squirrelmail/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/ja-squirrelmail/Makefile b/mail/ja-squirrelmail/Makefile index c85453d5b72..1edd25d23a7 100644 --- a/mail/ja-squirrelmail/Makefile +++ b/mail/ja-squirrelmail/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2006/05/05 05:32:36 martti Exp $ +# $NetBSD: Makefile,v 1.29 2006/06/02 18:27:56 joerg Exp $ DISTNAME= squirrelmail-1.4.6 PKGNAME= ja-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/} EXTRACT_SUFX= .tar.bz2 @@ -19,8 +19,8 @@ CONFLICTS= sq-attachment-handlers-[0-9]* CONFLICTS+= sq-squirrelspell-[0-9]* CONFLICTS+= squirrelmail-[0-9]* -DEPENDS+= php-gettext>=4.3.3:../../devel/php-gettext -DEPENDS+= php-mbstring>=4.3.3:../../misc/php-mbstring +DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=4.3.3:../../devel/php-gettext +DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.3:../../misc/php-mbstring USE_LANGUAGES= # empty NO_BUILD= yes @@ -82,4 +82,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC:Q}/data/index.php ${USER_PREFS_DIR:Q}/ ${INSTALL_DATA} ${WRKSRC:Q}/data/.htaccess ${USER_PREFS_DIR:Q}/ +.include "../../lang/php/phpversion.mk" .include "../../mk/bsd.pkg.mk" |