diff options
author | jlam <jlam@pkgsrc.org> | 2004-04-26 20:42:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-04-26 20:42:00 +0000 |
commit | 60e398fa10f4da519b3e03be5f627144836fd58d (patch) | |
tree | 37179bb724b5697158bc86c576a1b67c0dd9310a /mail/squirrelmail | |
parent | 617fe97f1ba76931ac1e8579498f79212aeb0ced (diff) | |
download | pkgsrc-60e398fa10f4da519b3e03be5f627144836fd58d.tar.gz |
bl3ify, and note that this package doesn't require a compiler.
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r-- | mail/squirrelmail/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index b8a94677495..181223bd975 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2004/01/17 06:50:04 martti Exp $ +# $NetBSD: Makefile,v 1.38 2004/04/26 20:42:00 jlam Exp $ DISTNAME= squirrelmail-1.4.2 CATEGORIES= mail www @@ -14,7 +14,8 @@ CONFLICTS+= sq-squirrelspell-[0-9]* DEPENDS+= php-gettext>=4.3.3:../../devel/php4-gettext -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes +USE_LANGUAGES= # empty USE_PKGINSTALL= yes NO_BUILD= yes REPLACE_PERL= config/conf.pl config/ri_once.pl @@ -68,5 +69,5 @@ do-install: ${CP} ${WRKSRC}/data/index.php ${USER_PREFS_DIR}/ ${CP} ${WRKSRC}/data/.htaccess ${USER_PREFS_DIR}/ -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |