aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-27 22:09:15 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-27 22:09:15 +0000
commit56c5e147c5396562dca765fc853f6536e148caf3 (patch)
tree109572ce53c493535c15b3fea78d257250399f06 /x11-toolkits
parent81ac72867fea511ae2ea47fc25f31fdab9b56331 (diff)
downloadports-56c5e147c5396562dca765fc853f6536e148caf3.tar.gz
ports-56c5e147c5396562dca765fc853f6536e148caf3.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtkglext/Makefile3
-rw-r--r--x11-toolkits/open-motif/Makefile2
-rw-r--r--x11-toolkits/p5-Prima/Makefile2
-rw-r--r--x11-toolkits/ruby-wx/Makefile2
-rw-r--r--x11-toolkits/scintilla/Makefile2
-rw-r--r--x11-toolkits/termit/Makefile3
-rw-r--r--x11-toolkits/wxgtk26/Makefile8
-rw-r--r--x11-toolkits/wxgtk28/Makefile2
-rw-r--r--x11-toolkits/wxgtk29/Makefile2
9 files changed, 10 insertions, 16 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
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile
index 57e09e278219..afc3181b5bd1 100644
--- a/x11-toolkits/open-motif/Makefile
+++ b/x11-toolkits/open-motif/Makefile
@@ -23,8 +23,8 @@ CONFLICTS= lesstif-[0-9]*
# WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
WRKSRC= ${WRKDIR}/motif-${PORTVERSION}
+USES= iconv
USE_AUTOTOOLS= libtool autoconf:env automake:env
-USE_ICONV= yes
USE_GMAKE= yes
USE_XORG= xaw xbitmaps xft
GNU_CONFIGURE= yes
diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile
index 2e0b2b0cd01e..f566ed4b7722 100644
--- a/x11-toolkits/p5-Prima/Makefile
+++ b/x11-toolkits/p5-Prima/Makefile
@@ -136,7 +136,7 @@ MAN3= Prima.3 \
.if ${PORT_OPTIONS:MXFT}
USE_XORG+= xft
.if ${PORT_OPTIONS:MICONV}
-USE_ICONV= yes
+USES+= iconv
.else
CONFIGURE_ARGS+=WITH_ICONV=0
.endif
diff --git a/x11-toolkits/ruby-wx/Makefile b/x11-toolkits/ruby-wx/Makefile
index 72dcbc30963f..67c87c7527bd 100644
--- a/x11-toolkits/ruby-wx/Makefile
+++ b/x11-toolkits/ruby-wx/Makefile
@@ -17,7 +17,7 @@ COMMENT= Ruby bindings for wxWindows (aka wxWidgets)
DEPRECATED= Does not work with Ruby 1.9
EXPIRATION_DATE= 2013-05-02
-USE_ICONV= yes
+USES= iconv
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
USE_WX= 2.4
diff --git a/x11-toolkits/scintilla/Makefile b/x11-toolkits/scintilla/Makefile
index 6e951f8c0f5c..02077b5b9691 100644
--- a/x11-toolkits/scintilla/Makefile
+++ b/x11-toolkits/scintilla/Makefile
@@ -13,8 +13,8 @@ COMMENT= Full-featured free source code editing component for GTK+
WRKSRC= ${WRKDIR}/${PORTNAME}/gtk
+USES= iconv
USE_GMAKE= yes
-USE_ICONV= yes
MAKEFILE= makefile
USE_LDCONFIG= yes
USE_GNOME= gtk20
diff --git a/x11-toolkits/termit/Makefile b/x11-toolkits/termit/Makefile
index 92d99452a797..838dc28bf8d1 100644
--- a/x11-toolkits/termit/Makefile
+++ b/x11-toolkits/termit/Makefile
@@ -22,8 +22,7 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
xcb:${PORTSDIR}/x11/libxcb
USE_BZIP2= yes
-USES= cmake pkgconfig
-USE_ICONV= yes
+USES= cmake pkgconfig iconv
USE_LUA= yes
USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \
xi xinerama xrandr xrender
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile
index fb376c6fd172..9159b71601ab 100644
--- a/x11-toolkits/wxgtk26/Makefile
+++ b/x11-toolkits/wxgtk26/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: wxgtk26
-# Date created: June 27, 2004
-# Whom: fjoe@FreeBSD.ORG
-#
+# Created by: fjoe@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= wx
PORTVERSION= 2.6.4
@@ -22,12 +18,12 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png\
expat.6:${PORTSDIR}/textproc/expat2\
mspack.1:${PORTSDIR}/archivers/libmspack
+USES= iconv
USE_BZIP2= yes
USE_XORG= x11 sm xxf86vm xinerama
USE_GL= glu
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
-USE_ICONV= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libpng=sys\
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile
index 9519d4b33039..f6e4aa469b1c 100644
--- a/x11-toolkits/wxgtk28/Makefile
+++ b/x11-toolkits/wxgtk28/Makefile
@@ -17,12 +17,12 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png\
tiff.4:${PORTSDIR}/graphics/tiff\
expat.6:${PORTSDIR}/textproc/expat2
+USES= iconv
USE_BZIP2= yes
USE_XORG= x11 sm xxf86vm xinerama
USE_GL= glu
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
-USE_ICONV= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libpng=sys\
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile
index b6dda7a7d70d..a7e9d2981f84 100644
--- a/x11-toolkits/wxgtk29/Makefile
+++ b/x11-toolkits/wxgtk29/Makefile
@@ -19,13 +19,13 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png\
inotify.0:${PORTSDIR}/devel/libinotify\
webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2
+USES+= iconv
USE_BZIP2= yes
USE_GCC= any
USE_XORG= x11 sm xxf86vm xinerama
USE_GL= glu
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
-USE_ICONV= yes
USE_GNOME= gtk20
USE_LDCONFIG= yes
GNU_CONFIGURE= yes