diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-28 06:09:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-28 06:09:15 +0800 |
commit | 177a9929fbd5fb598a4b665b0ded35e126c7b7b2 (patch) | |
tree | 109572ce53c493535c15b3fea78d257250399f06 /x11-toolkits/gtkglext | |
parent | 5441c7fbcce01b7c3667e021d36563cdde036ae0 (diff) | |
download | freebsd-ports-gnome-177a9929fbd5fb598a4b665b0ded35e126c7b7b2.tar.gz freebsd-ports-gnome-177a9929fbd5fb598a4b665b0ded35e126c7b7b2.tar.zst freebsd-ports-gnome-177a9929fbd5fb598a4b665b0ded35e126c7b7b2.zip |
Convert the last USE_ICONV to USES=iconv
Diffstat (limited to 'x11-toolkits/gtkglext')
-rw-r--r-- | x11-toolkits/gtkglext/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile index 5db5e0c0d14e..5ca4d06a5f3a 100644 --- a/x11-toolkits/gtkglext/Makefile +++ b/x11-toolkits/gtkglext/Makefile @@ -26,13 +26,12 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ OPTIONS_DEFINE= DOCS USE_BZIP2= yes -USE_ICONV= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_XORG= ice pixman sm x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xmu xrandr xrender xt xxf86vm USE_GL= glu -USES= pathfix pkgconfig gettext +USES= pathfix pkgconfig gettext iconv USE_GNOME= gdkpixbuf2 gtk20 USE_LDCONFIG= yes |