pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dspam Define GNU_CONFIGURE before USE_LIBTOOL, so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f8e8cf439d8
branches:  trunk
changeset: 483684:4f8e8cf439d8
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Nov 17 13:26:17 2004 +0000

description:
Define GNU_CONFIGURE before USE_LIBTOOL, so the check for _OPSYS_MAX_CMDLEN
defined in mk/platform/${OPSYS}.mk is not skipped.

diffstat:

 mail/dspam/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 393f84be1fb6 -r 4f8e8cf439d8 mail/dspam/Makefile
--- a/mail/dspam/Makefile       Wed Nov 17 11:45:49 2004 +0000
+++ b/mail/dspam/Makefile       Wed Nov 17 13:26:17 2004 +0000
@@ -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 @@
 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_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}           \



Home | Main Index | Thread Index | Old Index