diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-04 05:46:14 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-04 05:46:14 +0000 |
commit | cdc7b0fb99f6bcb73c1ae3bdd743ad50b501b6ca (patch) | |
tree | ea25dbbdf9767427475421e79d66f471beec4816 /converters | |
parent | af3b3a830edbbacae50e09a641b7dd2675b0cdf9 (diff) | |
download | FreeBSD-ports-cdc7b0fb99f6bcb73c1ae3bdd743ad50b501b6ca.zip FreeBSD-ports-cdc7b0fb99f6bcb73c1ae3bdd743ad50b501b6ca.tar.gz |
Add --without-libintl-prefix as a CONFIGURE_ARG so to eliminate a
circular dependency with gettext. This prevents iconv from being linked
against libintl. Bump PORTREVISION.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libiconv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 638de3d..0a4a971 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -7,6 +7,7 @@ PORTNAME= libiconv PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= converters devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,8 @@ MAINTAINER= gnome@FreeBSD.org USE_LIBTOOL= yes LIBTOOLFILES= configure libcharset/configure -CONFIGURE_ARGS= --enable-static +CONFIGURE_ARGS= --enable-static \ + --without-libintl-prefix INSTALLS_SHLIB= yes MAN1= iconv.1 |