diff options
author | martti <martti@pkgsrc.org> | 2006-08-27 10:41:37 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-08-27 10:41:37 +0000 |
commit | a8317dd0dbeb0c47586962150326cd8746d0d63a (patch) | |
tree | e884ce047401255ed084389ea4b9e0130f04e062 /mail | |
parent | 75d464fb3cc13c59c8dc6f195af1ecb11e12aa34 (diff) | |
download | pkgsrc-a8317dd0dbeb0c47586962150326cd8746d0d63a.tar.gz |
Added BUILD_DEFS (taken from ja-squirrelmail).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index 1ecc568bd3c..31c50ac88fe 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2006/08/14 15:57:40 tron Exp $ +# $NetBSD: Makefile,v 1.76 2006/08/27 10:41:37 martti Exp $ DISTNAME= squirrelmail-1.4.8 #PKGREVISION= 1 @@ -21,6 +21,7 @@ USE_LANGUAGES= # empty NO_BUILD= yes USE_TOOLS+= perl:run REPLACE_PERL+= config/conf.pl +BUILD_DEFS+= APACHE_GROUP APACHE_USER VARBASE .include "../../mk/bsd.prefs.mk" |