diff options
author | ak <ak@FreeBSD.org> | 2013-04-24 15:35:40 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-24 15:35:40 +0800 |
commit | 13feb6e9c86e3bbcaac393343b3b6a912b9372db (patch) | |
tree | 83aac97dcee746842718f1f34dfa58caca71df28 /sysutils | |
parent | 4a8d53d2e0b671fee11a9ef2f3ba8f703817c908 (diff) | |
download | freebsd-ports-gnome-13feb6e9c86e3bbcaac393343b3b6a912b9372db.tar.gz freebsd-ports-gnome-13feb6e9c86e3bbcaac393343b3b6a912b9372db.tar.zst freebsd-ports-gnome-13feb6e9c86e3bbcaac393343b3b6a912b9372db.zip |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consolekit/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gtk-imonc/Makefile | 3 | ||||
-rw-r--r-- | sysutils/iextract/Makefile | 3 | ||||
-rw-r--r-- | sysutils/knutclient-kde4/Makefile | 3 | ||||
-rw-r--r-- | sysutils/policykit-qt/Makefile | 3 | ||||
-rw-r--r-- | sysutils/polkit-qt/Makefile | 3 | ||||
-rw-r--r-- | sysutils/pyrenamer/Makefile | 3 | ||||
-rw-r--r-- | sysutils/quicksynergy/Makefile | 3 | ||||
-rw-r--r-- | sysutils/unieject/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xfce4-genmon-plugin/Makefile | 3 |
10 files changed, 10 insertions, 20 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index 661d33739c89..cd0f74ab12dd 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -19,9 +19,8 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ WRKSRC= ${WRKDIR}/ConsoleKit-${PORTVERSION} USE_BZIP2= yes -USE_GETTEXT= yes USE_XORG= x11 -USES= pathfix +USES= pathfix gettext USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/sysutils/gtk-imonc/Makefile b/sysutils/gtk-imonc/Makefile index ac3dad016e4a..7a81322f724b 100644 --- a/sysutils/gtk-imonc/Makefile +++ b/sysutils/gtk-imonc/Makefile @@ -22,9 +22,8 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ xcb:${PORTSDIR}/x11/libxcb GNU_CONFIGURE= yes -USE_GETTEXT= yes USE_ICONV= yes -USES= pkgconfig +USES= pkgconfig gettext USE_GNOME= gdkpixbuf2 gtk20 USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender diff --git a/sysutils/iextract/Makefile b/sysutils/iextract/Makefile index 0363018cb451..3c6422e99b19 100644 --- a/sysutils/iextract/Makefile +++ b/sysutils/iextract/Makefile @@ -14,8 +14,7 @@ LIB_DEPENDS= YGP.0:${PORTSDIR}/devel/libYGP USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes -USES= pkgconfig +USES= pkgconfig gettext CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-rpath .include <bsd.port.mk> diff --git a/sysutils/knutclient-kde4/Makefile b/sysutils/knutclient-kde4/Makefile index c401ab57a529..0717003cb3f5 100644 --- a/sysutils/knutclient-kde4/Makefile +++ b/sysutils/knutclient-kde4/Makefile @@ -19,8 +19,7 @@ COMMENT= A visual client for UPS system NUT LIB_DEPENDS= qimageblitz.4:${PORTSDIR}/x11/qimageblitz CONFLICTS= knutclient-0.* -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_KDE4= kdehier kdeprefix kdelibs automoc4 USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes diff --git a/sysutils/policykit-qt/Makefile b/sysutils/policykit-qt/Makefile index f0de90f71010..2fd8817a832e 100644 --- a/sysutils/policykit-qt/Makefile +++ b/sysutils/policykit-qt/Makefile @@ -15,12 +15,11 @@ COMMENT= PolicyKit manager for Qt LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit USE_BZIP2= yes -USE_GETTEXT= yes USE_LDCONFIG= yes USE_KDE4= automoc4 USE_QT4= corelib dbus gui network svg xml \ qmake_build moc_build rcc_build uic_build -USES= cmake +USES= cmake gettext PORTSCOUT= limit:^0 diff --git a/sysutils/polkit-qt/Makefile b/sysutils/polkit-qt/Makefile index 8355c1f33a92..42a871f9ba2b 100644 --- a/sysutils/polkit-qt/Makefile +++ b/sysutils/polkit-qt/Makefile @@ -22,12 +22,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= polkit-agent-1.0:${PORTSDIR}/sysutils/polkit USE_BZIP2= yes -USE_GETTEXT= yes USE_LDCONFIG= yes USE_KDE4= automoc4 USE_QT4= corelib dbus gui network svg xml \ qmake_build moc_build rcc_build uic_build -USES= cmake +USES= cmake gettext # TODO: the next release (post-0.103.0) should have commit 56883bd, which # syncs FindGObject.cmake with kdelibs' and should find GObject without # requiring us to explicitly set LDFLAGS. diff --git a/sysutils/pyrenamer/Makefile b/sysutils/pyrenamer/Makefile index 5cd202cdf409..15a99ce4c07d 100644 --- a/sysutils/pyrenamer/Makefile +++ b/sysutils/pyrenamer/Makefile @@ -10,10 +10,9 @@ MASTER_SITES= http://www.infinicode.org/code/pyrenamer/files/ MAINTAINER= ports@FreeBSD.org COMMENT= A mass file renamer written in PyGTK -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= gconf2 pygtk2 USE_PYTHON= yes -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/sysutils/quicksynergy/Makefile b/sysutils/quicksynergy/Makefile index 451a1873a495..59de55db643d 100644 --- a/sysutils/quicksynergy/Makefile +++ b/sysutils/quicksynergy/Makefile @@ -14,8 +14,7 @@ BUILD_DEPENDS= synergys:${PORTSDIR}/sysutils/synergy GNU_CONFIGURE= yes USE_ICONV= yes -USE_GETTEXT= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= gnomeprefix libglade2 CPPFLAGS+= -I${LOCALBASE}/include diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile index 8220beac11fc..383a2e545cb9 100644 --- a/sysutils/unieject/Makefile +++ b/sysutils/unieject/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS= confuse:${PORTSDIR}/devel/libconfuse \ cdio:${PORTSDIR}/sysutils/libcdio USE_BZIP2= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= glib20 -USE_GETTEXT= yes USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile index 948db5ce78bd..0d876a36a9a9 100644 --- a/sysutils/xfce4-genmon-plugin/Makefile +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -14,9 +14,8 @@ COMMENT= Generic Monitor Xfce4 panel plugin GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETTEXT= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libmenu panel |