summaryrefslogtreecommitdiff
path: root/mail/dspam
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-11-17 13:26:17 +0000
committerxtraeme <xtraeme>2004-11-17 13:26:17 +0000
commit09440d3568905786880a14646f9d07012786b8ca (patch)
tree6f34ca0a27482ea758dee3e827dca9afaf7b776e /mail/dspam
parentff90bcd3726dfe567d9f07cfff5a26cfef8d9f95 (diff)
downloadpkgsrc-09440d3568905786880a14646f9d07012786b8ca.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/Makefile4
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} \