diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:37:58 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:37:58 +0800 |
commit | 3d17c8bacb0f57af458f7f2cc4fbff9597ce9200 (patch) | |
tree | 4793ba5981dd96ba8c82111003f19b53eb81ac0f /x11-toolkits/gtkglext | |
parent | 07bebd5d7e0628bf01f7c57748c55e6b4b97b24c (diff) | |
download | marcuscom-ports-3d17c8bacb0f57af458f7f2cc4fbff9597ce9200.tar marcuscom-ports-3d17c8bacb0f57af458f7f2cc4fbff9597ce9200.tar.gz marcuscom-ports-3d17c8bacb0f57af458f7f2cc4fbff9597ce9200.tar.bz2 marcuscom-ports-3d17c8bacb0f57af458f7f2cc4fbff9597ce9200.tar.lz marcuscom-ports-3d17c8bacb0f57af458f7f2cc4fbff9597ce9200.tar.xz marcuscom-ports-3d17c8bacb0f57af458f7f2cc4fbff9597ce9200.tar.zst marcuscom-ports-3d17c8bacb0f57af458f7f2cc4fbff9597ce9200.zip |
Chase after ports framework changes
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18395 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtkglext')
-rw-r--r-- | x11-toolkits/gtkglext/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile index 9a2aa8fa9..4ba6e4f87 100644 --- a/x11-toolkits/gtkglext/Makefile +++ b/x11-toolkits/gtkglext/Makefile @@ -26,15 +26,12 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ OPTIONS_DEFINE= DOCS USE_BZIP2= yes -USE_GETTEXT= yes -USE_ICONV= yes -USE_PKGCONFIG= build +USES= gettext iconv pathfix pkgconfig 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 USE_GNOME= gdkpixbuf2 gtk20 pangox-compat USE_LDCONFIG= yes |