diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-18 00:36:02 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-18 00:36:02 +0800 |
commit | cb61b043f1d088951d537d58b565ef6c6e744250 (patch) | |
tree | 8237fbe161dd2ac4fcb8fc92c4e378e00aac3c49 /devel/gettext | |
parent | dd7a0b22e34c414affa09babf76eea8447b6aa29 (diff) | |
download | freebsd-ports-gnome-cb61b043f1d088951d537d58b565ef6c6e744250.tar.gz freebsd-ports-gnome-cb61b043f1d088951d537d58b565ef6c6e744250.tar.zst freebsd-ports-gnome-cb61b043f1d088951d537d58b565ef6c6e744250.zip |
Bump PORTREVISION and expat shlib.
Diffstat (limited to 'devel/gettext')
-rw-r--r-- | devel/gettext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index e178dca16506..90b7d20bc0d3 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -7,6 +7,7 @@ PORTNAME= gettext PORTVERSION= 0.11.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gettext @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= gettext MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - expat.3:${PORTSDIR}/textproc/expat2 + expat.4:${PORTSDIR}/textproc/expat2 USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |