summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-07 07:37:37 +0000
committerjlam <jlam@pkgsrc.org>2002-09-07 07:37:37 +0000
commitf2f4bdcbf46a8f5ce6df14ff5fccca537d3e8fd6 (patch)
tree5da6aec0a3527417fd2e491b884f636b1988e49a /security/cyrus-sasl/Makefile
parentb2d9f35247d40b6812f96314f5e53f4fe5b60ef5 (diff)
downloadpkgsrc-f2f4bdcbf46a8f5ce6df14ff5fccca537d3e8fd6.tar.gz
Remove dependency on autoconf/automake and finish buildlink2 conversion.
Diffstat (limited to 'security/cyrus-sasl/Makefile')
-rw-r--r--security/cyrus-sasl/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index 45df43bdfc1..a4765db0597 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2002/08/25 18:39:50 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2002/09/07 07:37:37 jlam Exp $
DISTNAME= cyrus-sasl-1.5.27
SVR4_PKGNAME= csasl
@@ -11,8 +11,6 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://asg.web.cmu.edu/sasl/
COMMENT= Simple Authentication and Security Layer
-BUILD_DEPENDS+= automake>=1.4:../../devel/automake
-
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
@@ -85,12 +83,6 @@ post-extract:
cd ${WRKSRC}; ${RM} -f include/md5.h
${CP} ${FILESDIR}/sasl-config.in ${WRKSRC}/plugins
-pre-configure:
- cd ${WRKSRC}; \
- ${LOCALBASE}/bin/autoheader; \
- ${LOCALBASE}/bin/automake --gnu; \
- ${LOCALBASE}/bin/autoconf
-
pre-install:
@for script in ${RCD_SCRIPTS}; do \
${SED} ${FILES_SUBST_SED} ${FILESDIR}/$${script}.sh \