diff options
Diffstat (limited to 'devel/automake110/Makefile')
-rw-r--r-- | devel/automake110/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile index f7e72ae75b79..c5156fa7a268 100644 --- a/devel/automake110/Makefile +++ b/devel/automake110/Makefile @@ -6,19 +6,18 @@ # PORTNAME= automake -PORTVERSION= 1.8.5 -PORTREVISION= 2 +PORTVERSION= 1.9 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake DISTNAME= automake-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT= GNU Standards-compliant Makefile generator (version 1.8) +COMMENT= GNU Standards-compliant Makefile generator (version 1.9) WANT_AUTOCONF_VER=259 WANT_AUTOCONF_RUN=yes -BUILD_VERSION= 18 +BUILD_VERSION= 19 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake${BUILD_VERSION} USE_BZIP2= yes |