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 /misc | |
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 'misc')
-rw-r--r-- | misc/cdcollect/Makefile | 3 | ||||
-rw-r--r-- | misc/iso-codes/Makefile | 3 | ||||
-rw-r--r-- | misc/kbfx/Makefile | 3 | ||||
-rw-r--r-- | misc/shared-mime-info/Makefile | 3 | ||||
-rw-r--r-- | misc/tellico-kde4/Makefile | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/misc/cdcollect/Makefile b/misc/cdcollect/Makefile index 2f3f210b177f..9c29e2cd44cf 100644 --- a/misc/cdcollect/Makefile +++ b/misc/cdcollect/Makefile @@ -16,10 +16,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= gnomeprefix intlhack libgnome gnomesharp20 GCONF_SCHEMAS= cdcollect.schemas -USE_GETTEXT= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index 7ddaf9e16838..caca2aea4fa9 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -12,8 +12,7 @@ COMMENT= Lists of the country, language, and currency iso names LICENSE= LGPL21 USE_XZ= yes -USES= pathfix -USE_GETTEXT= yes +USES= pathfix gettext USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/misc/kbfx/Makefile b/misc/kbfx/Makefile index 1fbc23ac0f0b..1dd2c2ea526d 100644 --- a/misc/kbfx/Makefile +++ b/misc/kbfx/Makefile @@ -13,9 +13,8 @@ COMMENT= New K-menu for KDE DEPRECATED= Depends on QT3; unmaintained EXPIRATION_DATE= 2013-07-01 -USES= cmake +USES= cmake gettext USE_BZIP2= yes -USE_GETTEXT= yes USE_KDELIBS_VER=3 USE_LDCONFIG= yes INSTALLS_ICONS= yes diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile index 1114b7e2e455..a739b3248d67 100644 --- a/misc/shared-mime-info/Makefile +++ b/misc/shared-mime-info/Makefile @@ -14,9 +14,8 @@ COMMENT= MIME types database from the freedesktop.org project USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-update-mimedb -USE_GETTEXT= yes USE_GMAKE= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= glib20 libxml2 intltool intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile index 4785f566069e..e261149916dc 100644 --- a/misc/tellico-kde4/Makefile +++ b/misc/tellico-kde4/Makefile @@ -24,8 +24,7 @@ USE_BZIP2= yes USE_KDE4= kdehier kdelibs kdeprefix libksane pimlibs \ automoc4 qimageblitz libkcddb USE_QT4= qmake_build moc_build uic_build rcc_build -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext MAKE_JOBS_SAFE= yes .include <bsd.port.mk> |