summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-12 13:34:29 +0000
committerjlam <jlam>2004-02-12 13:34:29 +0000
commit65e0c83f278d28c94e9d4a5e126ed85079d69bac (patch)
tree1298d60e895269f00b2b6d22140fbffdd1685cd9 /security
parent47ce37193a33c07fa09fbcc25b6a61025c001211 (diff)
downloadpkgsrc-65e0c83f278d28c94e9d4a5e126ed85079d69bac.tar.gz
Remove hidden dependency on autoconf by using GNU_MISSING_OVERRIDE. Also,
PKGSHLIBTOOL has been removed from pkgsrc and we're supposed to use ${SHLIBTOOL} instead.
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl2/Makefile4
-rw-r--r--security/cyrus-sasl2/Makefile.common4
2 files changed, 5 insertions, 3 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index 9ff782ab60c..d99323dc0bb 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/01/21 14:01:06 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2004/02/12 13:34:29 jlam Exp $
.include "Makefile.common"
@@ -8,6 +8,8 @@ COMMENT= Simple Authentication and Security Layer
PLIST_SRC+= ${PKGDIR}/PLIST.common
+GNU_MISSING_OVERRIDE= config/missing
+
# Authentication mechanisms
CONFIGURE_ARGS+= --enable-anon # ANONYMOUS
CONFIGURE_ARGS+= --enable-plain # PLAIN
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common
index 679aa8e34ae..2baabea0d6e 100644
--- a/security/cyrus-sasl2/Makefile.common
+++ b/security/cyrus-sasl2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2004/01/27 00:53:10 heinz Exp $
+# $NetBSD: Makefile.common,v 1.13 2004/02/12 13:34:29 jlam Exp $
#
# This Makefile fragment should be included _below_ any SASL_PLUGIN
# definition and _above_ any CONFIGURE_ARGS definitions.
@@ -31,7 +31,7 @@ USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-MAKE_ENV+= SHLIBTOOL="${PKGSHLIBTOOL}"
+MAKE_ENV+= SHLIBTOOL=${SHLIBTOOL:Q}
# CYRUS_USER username of the Cyrus administrator
# CYRUS_GROUP group of the Cyrus administrator