diff options
author | xtraeme <xtraeme> | 2004-11-17 13:26:17 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-11-17 13:26:17 +0000 |
commit | e4ae1d937065e3f694876c4f3af48898078912f4 (patch) | |
tree | 6f34ca0a27482ea758dee3e827dca9afaf7b776e /mail/dspam | |
parent | dd161d07542047e57523c315aba96106f97a97e0 (diff) | |
download | pkgsrc-e4ae1d937065e3f694876c4f3af48898078912f4.tar.gz |
Define GNU_CONFIGURE before USE_LIBTOOL, so the check for _OPSYS_MAX_CMDLEN
defined in mk/platform/${OPSYS}.mk is not skipped.
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index c85c486ebbd..9e67bfb42a4 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/11/15 08:13:13 xtraeme Exp $ +# $NetBSD: Makefile,v 1.18 2004/11/17 13:26:17 xtraeme Exp $ DISTNAME= dspam-3.2.2 CATEGORIES= mail @@ -9,6 +9,7 @@ HOMEPAGE= http://www.nuclearelephant.com/projects/dspam/ COMMENT= Extremely scalable, statistical-hybrid anti-spam filter USE_BUILDLINK3= yes +GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PERL5= yes @@ -47,7 +48,6 @@ DSPAM_GROUP?= dspam DSPAM_LOGDIR?= ${DSPAM_HOME}/log DSPAM_DOMAIN?= yourdomain.com -GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-signature-life=${DSPAM_SIGNATURE_LIFE} CONFIGURE_ARGS+= --with-dspam-home=${DSPAM_HOME} \ --with-dspam-home-owner=${DSPAM_USER} \ |