diff options
author | ak <ak@FreeBSD.org> | 2013-04-25 02:10:30 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-25 02:10:30 +0800 |
commit | bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e (patch) | |
tree | 5883afe298a5f232e854b104fc944ca19c4f7e7f /x11-themes | |
parent | 2e4755fb165fc85b66abbd26d0129a688b4273da (diff) | |
download | freebsd-ports-gnome-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.tar.gz freebsd-ports-gnome-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.tar.zst freebsd-ports-gnome-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.zip |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-backgrounds/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gnome-themes-extras/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gnome-themes/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtk-engines2/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/kde-style-polyester/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/lxappearance/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/x11-themes/gnome-backgrounds/Makefile b/x11-themes/gnome-backgrounds/Makefile index 1a23d014e77b..44ddf56024dc 100644 --- a/x11-themes/gnome-backgrounds/Makefile +++ b/x11-themes/gnome-backgrounds/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A collection of backgrounds for GNOME 2 USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack diff --git a/x11-themes/gnome-themes-extras/Makefile b/x11-themes/gnome-themes-extras/Makefile index 151572aa9f35..6579a36589fc 100644 --- a/x11-themes/gnome-themes-extras/Makefile +++ b/x11-themes/gnome-themes-extras/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2 \ RUN_DEPENDS= gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2 USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_GNOME= gnomehack libgnomeui intlhack diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index 2e551f1b4089..b8f9d70f8d7e 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 CONFLICTS= clearlooks-metacity-0.* USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes USE_GMAKE= yes diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile index 56a476bc1f93..53855b25d708 100644 --- a/x11-themes/gtk-engines2/Makefile +++ b/x11-themes/gtk-engines2/Makefile @@ -19,7 +19,7 @@ CONFLICTS= gtk-smooth-engine-[0-9]* clearlooks-[0-9]* USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomehack gtk20 intlhack ltasneededhack -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11-themes/kde-style-polyester/Makefile b/x11-themes/kde-style-polyester/Makefile index 5038c4e71127..2eee546a72bf 100644 --- a/x11-themes/kde-style-polyester/Makefile +++ b/x11-themes/kde-style-polyester/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_KDEBASE_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GETTEXT= yes +USES= gettext post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/x11-themes/lxappearance/Makefile b/x11-themes/lxappearance/Makefile index 6744c8339156..784a99e4ee1b 100644 --- a/x11-themes/lxappearance/Makefile +++ b/x11-themes/lxappearance/Makefile @@ -17,7 +17,7 @@ COMMENT= A desktop-independent theme switcher for GTK+ LICENSE= GPLv2 USE_GNOME= gnomehack gtk20 intlhack -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes |