From 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Fri, 4 Jun 2004 17:29:38 +0000 Subject: Sync with new bsd.autotools.mk --- security/mcrypt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/mcrypt') 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} -- cgit v1.2.3