diff options
author | ak <ak@FreeBSD.org> | 2013-04-26 18:44:28 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-26 18:44:28 +0800 |
commit | be0532aa1927751208f2697351ec6365d64f46e3 (patch) | |
tree | e5e83d3ba0442c1c2f0b99c843428b36a8eb003d /x11-toolkits | |
parent | 1b4e8ae3fa9398a48e6c4797e41a32870c88ed6c (diff) | |
download | freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.tar.gz freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.tar.zst freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.zip |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/elementary/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkglext/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtkunique/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/libwnck/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/pango/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/termit/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/vte/Makefile | 3 |
8 files changed, 8 insertions, 14 deletions
diff --git a/x11-toolkits/elementary/Makefile b/x11-toolkits/elementary/Makefile index 43c4841ac88c..84249369e62d 100644 --- a/x11-toolkits/elementary/Makefile +++ b/x11-toolkits/elementary/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --disable-quick-launch .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile index a88cc272983c..5db5e0c0d14e 100644 --- a/x11-toolkits/gtkglext/Makefile +++ b/x11-toolkits/gtkglext/Makefile @@ -26,14 +26,13 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ OPTIONS_DEFINE= DOCS USE_BZIP2= yes -USE_GETTEXT= 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 +USES= pathfix pkgconfig gettext USE_GNOME= gdkpixbuf2 gtk20 USE_LDCONFIG= yes diff --git a/x11-toolkits/gtkunique/Makefile b/x11-toolkits/gtkunique/Makefile index f7bec35f9fa8..7e11f46cab48 100644 --- a/x11-toolkits/gtkunique/Makefile +++ b/x11-toolkits/gtkunique/Makefile @@ -13,10 +13,9 @@ MAINTAINER= pav@FreeBSD.org COMMENT= Single instance application library USE_AUTOTOOLS= libtool -USE_GETTEXT= yes USE_GNOME= gtk20 ltverhack USE_LDCONFIG= yes -USES= pkgconfig +USES= pkgconfig gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index 989e75710e40..f879d683a865 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -19,10 +19,9 @@ USE_BZIP2= yes BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -USE_GETTEXT= yes USE_XORG= xres USE_GMAKE= yes -USES= bison pathfix +USES= bison pathfix gettext USE_GNOME= gtk20 ltverhack referencehack intlhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 06cbf74239db..23bbbdecac90 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -23,13 +23,12 @@ RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} \ ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection -USE_GETTEXT= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack glib20 ltverhack referencehack -USES= pkgconfig +USES= pkgconfig gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 228c984d8b4f..5254ac05535c 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -21,10 +21,9 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cair LATEST_LINK= py-gtk2 USE_BZIP2= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= libglade2 pygobject USE_PYTHON= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lintl" \ PYTHON="${PYTHON_VERSION}" diff --git a/x11-toolkits/termit/Makefile b/x11-toolkits/termit/Makefile index 77ccecfa5ee6..92d99452a797 100644 --- a/x11-toolkits/termit/Makefile +++ b/x11-toolkits/termit/Makefile @@ -46,7 +46,7 @@ CMAKE_ARGS+= -DDEBUG:BOOL=YES .if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES+= gettext .else CMAKE_ARGS+= -DENABLE_NLS:BOOL=NO PLIST_SUB+= NLS="@comment " diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 4482d638af3a..fbda9c2a3fa1 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -17,10 +17,9 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) USE_GMAKE= yes -USES= bison pathfix +USES= bison pathfix gettext USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USE_GETTEXT= yes USE_GNOME?= gnomeprefix gtk20 ltverhack referencehack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |