diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-28 06:15:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-28 06:15:26 +0800 |
commit | e27a595162a9af01514c47e9df4f35d4c0a9516b (patch) | |
tree | afd09a93119c5ec96ce54d1ab0ff720a84889a9f /Mk | |
parent | 177a9929fbd5fb598a4b665b0ded35e126c7b7b2 (diff) | |
download | freebsd-ports-gnome-e27a595162a9af01514c47e9df4f35d4c0a9516b.tar.gz freebsd-ports-gnome-e27a595162a9af01514c47e9df4f35d4c0a9516b.tar.zst freebsd-ports-gnome-e27a595162a9af01514c47e9df4f35d4c0a9516b.zip |
Remove any reference to USE_ICONV now that it has been totally replace by USES= iconv
Submitted by: mva
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index e7a86ee2a322..5df5c541f26a 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -324,7 +324,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # GMAKE - Set to path of GNU make if not in $PATH. # Default: gmake ## -# USE_ICONV - If set, this port uses libiconv. # USE_GETTEXT - The port uses GNU gettext (libintl). # 'build' as a build-time dependency # 'yes' as a library dependency @@ -1846,10 +1845,6 @@ USE_LDCONFIG= ${PREFIX}/lib IGNORE= has USE_LDCONFIG32 set to yes, which is not correct .endif -.if defined(USE_ICONV) -LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv -.endif - .if defined(USE_GETTEXT) . if ${USE_GETTEXT:L} == "build" BUILD_DEPENDS+= xgettext:${PORTSDIR}/devel/gettext |