diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-28 06:15:26 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-28 06:15:26 +0800 |
commit | ab7078e178745ec00d016f690760a6f700b101c9 (patch) | |
tree | afd09a93119c5ec96ce54d1ab0ff720a84889a9f /Mk | |
parent | 56c5e147c5396562dca765fc853f6536e148caf3 (diff) | |
download | freebsd-ports-gnome-ab7078e178745ec00d016f690760a6f700b101c9.tar.gz freebsd-ports-gnome-ab7078e178745ec00d016f690760a6f700b101c9.tar.zst freebsd-ports-gnome-ab7078e178745ec00d016f690760a6f700b101c9.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 |