diff options
author | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
commit | ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a (patch) | |
tree | 0f8268b015ec949860a3c2ab315d341fbbc7615c /security/mcrypt/Makefile | |
parent | 62cb740217d0f5aa007d7cab9d007fb551534a4f (diff) | |
download | freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.gz freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.zst freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.zip |
Sync with new bsd.autotools.mk
Diffstat (limited to 'security/mcrypt/Makefile')
-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} |