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 /editors | |
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 'editors')
-rw-r--r-- | editors/deforaos-editor/Makefile | 3 | ||||
-rw-r--r-- | editors/gmanedit/Makefile | 3 | ||||
-rw-r--r-- | editors/kate/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile index b94cdce72e9b..023401f6dcb9 100644 --- a/editors/deforaos-editor/Makefile +++ b/editors/deforaos-editor/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \ Desktop:${PORTSDIR}/x11/deforaos-libdesktop MAKE_ARGS= PREFIX=${PREFIX} -USES= pkgconfig +USES= pkgconfig gettext USE_GNOME= gtk20 desktopfileutils -USE_GETTEXT= yes .include <bsd.port.mk> diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile index eb6b5ca003e6..427a8454b121 100644 --- a/editors/gmanedit/Makefile +++ b/editors/gmanedit/Makefile @@ -10,9 +10,8 @@ MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME manpages editor -USES= pathfix +USES= pathfix gettext USE_GNOME= gtk20 -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/editors/kate/Makefile b/editors/kate/Makefile index eadabf80fc2e..ed5aae4d504e 100644 --- a/editors/kate/Makefile +++ b/editors/kate/Makefile @@ -16,9 +16,8 @@ LIB_DEPENDS= qjson.0:${PORTSDIR}/devel/qjson CONFLICTS= kdebase-4.[0-6].* kdelibs-4.[0-6].* kdesdk-4.[0-6].* USE_XZ= yes -USE_GETTEXT= yes USE_KDE4= kdelibs kdeprefix kdehier automoc4 kactivities -USES= cmake:outsource +USES= cmake:outsource gettext USE_PERL5_BUILD= yes USE_QT4= dbus gui script sql webkit xml \ moc_build qmake_build rcc_build uic_build |