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 /misc | |
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 'misc')
-rw-r--r-- | misc/bibletime/Makefile | 2 | ||||
-rw-r--r-- | misc/katalog/Makefile | 2 | ||||
-rw-r--r-- | misc/kbfx/Makefile | 2 | ||||
-rw-r--r-- | misc/kde-thumbnailer-chm/Makefile | 2 | ||||
-rw-r--r-- | misc/kde4-l10n/files/bsd.l10n.mk | 2 | ||||
-rw-r--r-- | misc/krecipes-kde4/Makefile | 2 | ||||
-rw-r--r-- | misc/tellico-kde4/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index 6fe4f1086dc6..76abeba37cbd 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= clucene-core:${PORTSDIR}/textproc/clucene USE_BZIP2= yes USE_OPENSSL= yes -USE_CMAKE= yes +USES= cmake USE_QT4= corelib dbus gui iconengines network phonon qtestlib script \ svg webkit xml linguist_build moc_build qmake_build \ rcc_build uic_build diff --git a/misc/katalog/Makefile b/misc/katalog/Makefile index 0f4ae7c836d9..91668c32fd6c 100644 --- a/misc/katalog/Makefile +++ b/misc/katalog/Makefile @@ -23,7 +23,7 @@ EXPIRATION_DATE= 2013-07-01 USE_KDEBASE_VER= 3 USE_SQLITE= yes -USE_CMAKE= yes +USES= cmake post-patch: @${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|g' \ diff --git a/misc/kbfx/Makefile b/misc/kbfx/Makefile index e0573cb4a1c9..9d2140669076 100644 --- a/misc/kbfx/Makefile +++ b/misc/kbfx/Makefile @@ -18,7 +18,7 @@ COMMENT= A new K-menu for KDE DEPRECATED= Depends on QT3; unmaintained EXPIRATION_DATE= 2013-07-01 -USE_CMAKE= yes +USES= cmake USE_BZIP2= yes USE_GETTEXT= yes USE_KDELIBS_VER=3 diff --git a/misc/kde-thumbnailer-chm/Makefile b/misc/kde-thumbnailer-chm/Makefile index c11f080a5b9d..7359b23b2079 100644 --- a/misc/kde-thumbnailer-chm/Makefile +++ b/misc/kde-thumbnailer-chm/Makefile @@ -11,7 +11,7 @@ COMMENT= KDE thumbnail generator for CHM files LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib -USE_CMAKE= yes +USES= cmake USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/misc/kde4-l10n/files/bsd.l10n.mk b/misc/kde4-l10n/files/bsd.l10n.mk index 720254d1af9c..7520fd6bc33e 100644 --- a/misc/kde4-l10n/files/bsd.l10n.mk +++ b/misc/kde4-l10n/files/bsd.l10n.mk @@ -8,7 +8,7 @@ USE_XZ= yes USE_QT4= uic_build moc_build qmake_build rcc_build xml USE_GETTEXT= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 -USE_CMAKE= yes +USES= cmake MAKE_JOBS_SAFE= yes diff --git a/misc/krecipes-kde4/Makefile b/misc/krecipes-kde4/Makefile index 072e16adf131..f9c480e4fff0 100644 --- a/misc/krecipes-kde4/Makefile +++ b/misc/krecipes-kde4/Makefile @@ -22,7 +22,7 @@ OPTIONS_MULTI= DB OPTIONS_MULTI_DB= SQLITE MYSQL PGSQL OPTIONS_DEFAULT= SQLITE -USE_CMAKE= yes +USES= cmake USE_GETTEXT= yes USE_QT4= moc_build qmake_build rcc_build uic_build USE_KDE4= automoc4 kdeprefix kdelibs qimageblitz sharedmime diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile index f3eeb5a69750..4785f566069e 100644 --- a/misc/tellico-kde4/Makefile +++ b/misc/tellico-kde4/Makefile @@ -24,7 +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 -USE_CMAKE= yes +USES= cmake USE_GETTEXT= yes MAKE_JOBS_SAFE= yes |