aboutsummaryrefslogtreecommitdiff
path: root/security/mcrypt
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-06-04 17:29:38 +0000
committerAde Lovett <ade@FreeBSD.org>2004-06-04 17:29:38 +0000
commit1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch)
tree128ce8505dc266bea10a8cf389f38de197424aed /security/mcrypt
parent639a61155c89af6b9b01d796a82cbd2ad643a299 (diff)
downloadports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.tar.gz
ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.zip
Sync with new bsd.autotools.mk
Notes
Notes: svn path=/head/; revision=110841
Diffstat (limited to 'security/mcrypt')
-rw-r--r--security/mcrypt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile
index ce3a24cabe41..c4a3aea630d3 100644
--- a/security/mcrypt/Makefile
+++ b/security/mcrypt/Makefile
@@ -20,10 +20,10 @@ MASTER_SITE_SUBDIR= mcrypt
MAINTAINER= trevor@FreeBSD.org
COMMENT= Replacement for crypt(1)
-BUILD_DEPENDS= autoconf257:${PORTSDIR}/devel/autoconf257
LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ \
mhash.2:${PORTSDIR}/security/mhash/
+WANT_AUTOCONF_VER= 257
USE_GETTEXT= yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --with-catgets
@@ -38,7 +38,7 @@ PLIST= ${WRKDIR}/pkg-plist
# to avoid having to read the configure script
pre-configure:
- cd ${WRKSRC} && ${RM} configure && autoconf257
+ cd ${WRKSRC} && ${RM} configure && ${AUTOCONF}
pre-install:
${ECHO_CMD} bin/${PORTNAME} > ${PLIST}