diff options
Diffstat (limited to 'devel/gnu-automake/Makefile')
-rw-r--r-- | devel/gnu-automake/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gnu-automake/Makefile b/devel/gnu-automake/Makefile index 972dde41df26..d9ed35de1c5e 100644 --- a/devel/gnu-automake/Makefile +++ b/devel/gnu-automake/Makefile @@ -7,6 +7,7 @@ PORTNAME= automake PORTVERSION= 1.8.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake @@ -15,9 +16,8 @@ DISTNAME= automake-${PORTVERSION} MAINTAINER= ade@FreeBSD.org COMMENT= GNU Standards-compliant Makefile generator (version 1.8) -BUILD_DEPENDS= autoconf259:${PORTSDIR}/devel/autoconf259 -RUN_DEPENDS= autoconf259:${PORTSDIR}/devel/autoconf259 - +WANT_AUTOCONF_VER=259 +WANT_AUTOCONF_RUN=yes BUILD_VERSION= 18 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake${BUILD_VERSION} |