diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-28 11:04:43 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-28 11:04:43 +0800 |
commit | ec60cf375da4092f3e302fc086545c0314785034 (patch) | |
tree | fd3d5b8de1bd3084895e04d5298f4e42dc0b3241 /converters/libiconv/Makefile | |
parent | b36485024c0a09beaa694ddaf7b561ace291ad14 (diff) | |
download | freebsd-ports-gnome-ec60cf375da4092f3e302fc086545c0314785034.tar.gz freebsd-ports-gnome-ec60cf375da4092f3e302fc086545c0314785034.tar.zst freebsd-ports-gnome-ec60cf375da4092f3e302fc086545c0314785034.zip |
Update to 1.7.0.1.
OK'ed by: marcus
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r-- | converters/libiconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 0449b8b28dc7..12b8cdecf9ef 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libiconv -PORTVERSION= 1.7 -PORTREVISION= 5 +PORTVERSION= 1.7.0.1 CATEGORIES= converters devel MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.ilog.fr/pub/Users/haible/gnu/ @@ -25,6 +24,7 @@ MAN3= iconv.3 iconv_open.3 iconv_close.3 .include <bsd.port.pre.mk> +# gperf 2.7.2 required .if ${OSVERSION} < 430000 BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf GPERF= ${LOCALBASE}/bin/gperf |