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 /finance | |
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 'finance')
-rw-r--r-- | finance/eqonomize-kde4/Makefile | 3 | ||||
-rw-r--r-- | finance/skrooge/Makefile | 3 |
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 |