aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2013-04-24 15:35:40 +0800
committerak <ak@FreeBSD.org>2013-04-24 15:35:40 +0800
commit13feb6e9c86e3bbcaac393343b3b6a912b9372db (patch)
tree83aac97dcee746842718f1f34dfa58caca71df28 /finance
parent4a8d53d2e0b671fee11a9ef2f3ba8f703817c908 (diff)
downloadfreebsd-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 'finance')
-rw-r--r--finance/eqonomize-kde4/Makefile3
-rw-r--r--finance/skrooge/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/finance/eqonomize-kde4/Makefile b/finance/eqonomize-kde4/Makefile
index b599a46c6ad0..52fa92ce7b43 100644
--- a/finance/eqonomize-kde4/Makefile
+++ b/finance/eqonomize-kde4/Makefile
@@ -13,8 +13,7 @@ COMMENT= A personal accounting software
USE_KDE4= kdelibs kdeprefix kdehier automoc4
USE_QT4= corelib dbus gui network svg xml qmake_build moc_build uic_build rcc_build
-USES= cmake
-USE_GETTEXT= yes
+USES= cmake gettext
USE_ICONV= yes
INSTALLS_ICONS= yes
diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile
index a6bcc3022b4e..6f4f85e3191a 100644
--- a/finance/skrooge/Makefile
+++ b/finance/skrooge/Makefile
@@ -15,12 +15,11 @@ LIB_DEPENDS= ofx:${PORTSDIR}/finance/libofx \
kactivities:${PORTSDIR}/x11/kactivities
USE_BZIP2= yes
-USES= cmake:outsource
+USES= cmake:outsource gettext
USE_SQLITE= yes
USE_QT4= qmake_build moc_build uic_build rcc_build designer_build \
corelib dbus gui script sql webkit xml sql-sqlite3_run
USE_KDE4= automoc4 kdehier kdelibs kdeprefix pimlibs sharedmime
-USE_GETTEXT= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes