diff options
author | makc <makc@FreeBSD.org> | 2013-03-23 04:06:14 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-23 04:06:14 +0800 |
commit | 071186fd6d22f1abd16554cae92bf26af9d1cb4e (patch) | |
tree | b368198f913179c06dafd19ac72527fcf9836f6d /finance | |
parent | eda1ae8e7cf50659cf0b55fefdcae532e6ad0405 (diff) | |
download | freebsd-ports-gnome-071186fd6d22f1abd16554cae92bf26af9d1cb4e.tar.gz freebsd-ports-gnome-071186fd6d22f1abd16554cae92bf26af9d1cb4e.tar.zst freebsd-ports-gnome-071186fd6d22f1abd16554cae92bf26af9d1cb4e.zip |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/eqonomize-kde4/Makefile | 2 | ||||
-rw-r--r-- | finance/kmymoney-kde4/Makefile | 2 | ||||
-rw-r--r-- | finance/libalkimia/Makefile | 2 | ||||
-rw-r--r-- | finance/skrooge/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/finance/eqonomize-kde4/Makefile b/finance/eqonomize-kde4/Makefile index d571d9a09a6e..b599a46c6ad0 100644 --- a/finance/eqonomize-kde4/Makefile +++ b/finance/eqonomize-kde4/Makefile @@ -13,7 +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 -USE_CMAKE= yes +USES= cmake USE_GETTEXT= yes USE_ICONV= yes INSTALLS_ICONS= yes diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile index a3a90c7d54d8..6d0c2c7906b2 100644 --- a/finance/kmymoney-kde4/Makefile +++ b/finance/kmymoney-kde4/Makefile @@ -24,7 +24,7 @@ OFX_DESC= Enable OFX plugin QUOTES_DESC= Enable online price quotes USE_BZIP2= yes -USE_CMAKE= yes +USES= cmake USE_PKGCONFIG= build USE_QT4= gui dbus network phonon sql svg xml \ qmake_build moc_build rcc_build uic_build diff --git a/finance/libalkimia/Makefile b/finance/libalkimia/Makefile index 8bae1ffdd717..1648896f7938 100644 --- a/finance/libalkimia/Makefile +++ b/finance/libalkimia/Makefile @@ -20,7 +20,7 @@ LICENSE= LGPL21 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp USE_BZIP2= yes -USE_CMAKE= yes +USES= cmake USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= qmake_build moc_build rcc_build uic_build diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index 9deb1b516228..53cb66771e90 100644 --- a/finance/skrooge/Makefile +++ b/finance/skrooge/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= ofx:${PORTSDIR}/finance/libofx \ kactivities:${PORTSDIR}/x11/kactivities USE_BZIP2= yes -USE_CMAKE= yes +USES= cmake USE_SQLITE= yes USE_QT4= qmake_build moc_build uic_build rcc_build \ dbus gui script xml sql sql-sqlite3_run |