diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-08 06:18:53 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-08 06:18:53 +0000 |
commit | 8d51c7ddcf80b3b60709e61c4b96b31cc650fe68 (patch) | |
tree | 078842a6af2d1e25535b00a6c44bf520fef112a5 /devel/autoconf213/Makefile | |
parent | bc17191dc8b116a1e03d33e622a7c7be7d232fad (diff) | |
download | ports-8d51c7ddcf80b3b60709e61c4b96b31cc650fe68.tar.gz ports-8d51c7ddcf80b3b60709e61c4b96b31cc650fe68.zip |
Notes
Diffstat (limited to 'devel/autoconf213/Makefile')
-rw-r--r-- | devel/autoconf213/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index 69bc084fda2a..05024953efc2 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: autoconf -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.org -# +# Created by: torstenb@FreeBSD.org # $FreeBSD$ -# PORTNAME= autoconf PORTVERSION= 2.13.000227 @@ -27,7 +23,7 @@ BUILD_VERSION= 2.13 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= autoconf213 USE_BZIP2= yes -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes CONFIGURE_ENV= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK} CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} |