diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /security/mcrypt | |
parent | Information regarding the great autotools update of July 4 2004 (diff) |
Sync with new bsd.autotools.mk
Notes
Notes:
svn path=/head/; revision=110841
Diffstat (limited to 'security/mcrypt')
-rw-r--r-- | security/mcrypt/Makefile | 4 |
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} |