summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-03-22 20:06:14 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-03-22 20:06:14 +0000
commitffd97a0193e0238aa21bc32b570fd052292e0fe5 (patch)
treeb368198f913179c06dafd19ac72527fcf9836f6d /x11
parent- update to 1.0.0 (diff)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
Notes
Notes: svn path=/head/; revision=314960
Diffstat (limited to 'x11')
-rw-r--r--x11/bmpanel2/Makefile2
-rw-r--r--x11/gnome-pie/Makefile2
-rw-r--r--x11/qimageblitz/Makefile2
-rw-r--r--x11/qxkb/Makefile2
-rw-r--r--x11/rsibreak-kde4/Makefile2
-rw-r--r--x11/slim/Makefile2
-rw-r--r--x11/tint/Makefile2
-rw-r--r--x11/yakuake-kde4/Makefile2
8 files changed, 8 insertions, 8 deletions
diff --git a/x11/bmpanel2/Makefile b/x11/bmpanel2/Makefile
index 1d6db733d487..d9b346ebd319 100644
--- a/x11/bmpanel2/Makefile
+++ b/x11/bmpanel2/Makefile
@@ -11,7 +11,7 @@ COMMENT= Nice, lightweight NETWM compliant panel for X11
LICENSE= MIT
-USE_CMAKE= yes
+USES= cmake
USE_GNOME= pango
USE_XORG= x11 xext
diff --git a/x11/gnome-pie/Makefile b/x11/gnome-pie/Makefile
index 81590b514254..0415f194f1b8 100644
--- a/x11/gnome-pie/Makefile
+++ b/x11/gnome-pie/Makefile
@@ -60,7 +60,7 @@ REINPLACE_ARGS= -e 's,%%DATADIR%%,${DATADIR},1' \
SUB_FILES= pkg-message
SUB_LIST= PORTSDIR=${PORTSDIR}
-USE_CMAKE= yes
+USES= cmake
USE_GITHUB= yes
USE_GNOME= gconf2 gnomemenus gtk20 libwnck
USE_PKGCONFIG= build
diff --git a/x11/qimageblitz/Makefile b/x11/qimageblitz/Makefile
index 804f11731432..d81f1531307f 100644
--- a/x11/qimageblitz/Makefile
+++ b/x11/qimageblitz/Makefile
@@ -18,7 +18,7 @@ COMMENT= Graphical effects and filters library for KDE4
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_QT4= gui qmake_build moc_build uic_build rcc_build
-USE_CMAKE= yes
+USES= cmake
post-patch:
${REINPLACE_CMD} -e \
diff --git a/x11/qxkb/Makefile b/x11/qxkb/Makefile
index b6a0130bc792..d87c1b8a2d2c 100644
--- a/x11/qxkb/Makefile
+++ b/x11/qxkb/Makefile
@@ -14,7 +14,7 @@ LICENSE= GPLv3
LIB_DEPENDS= xkbfile:${PORTSDIR}/x11/libxkbfile
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
USE_QT4= qmake_build linguist_build moc_build rcc_build uic_build \
corelib gui svg
diff --git a/x11/rsibreak-kde4/Makefile b/x11/rsibreak-kde4/Makefile
index aafe9e6470e9..28695ace8f44 100644
--- a/x11/rsibreak-kde4/Makefile
+++ b/x11/rsibreak-kde4/Makefile
@@ -18,7 +18,7 @@ LATEST_LINK= ${PORTNAME}-kde4
USE_BZIP2= yes
USE_GETTEXT= yes
-USE_CMAKE= yes
+USES= cmake
USE_QT4= qmake_build moc_build rcc_build uic_build
USE_KDE4= kdehier kdeprefix kdelibs automoc4
INSTALLS_ICONS= yes
diff --git a/x11/slim/Makefile b/x11/slim/Makefile
index 1022e54211c1..1f0911f0fee4 100644
--- a/x11/slim/Makefile
+++ b/x11/slim/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \
xcb:${PORTSDIR}/x11/libxcb \
fontconfig:${PORTSDIR}/x11-fonts/fontconfig
-USE_CMAKE= yes
+USES= cmake
USE_XORG= ice sm x11 xau xdmcp xext xft xmu xorg-server xrender xt
USE_PKGCONFIG= build
USE_RC_SUBR= slim
diff --git a/x11/tint/Makefile b/x11/tint/Makefile
index be0923b94c18..e2173e257b82 100644
--- a/x11/tint/Makefile
+++ b/x11/tint/Makefile
@@ -15,7 +15,7 @@ MAKE_JOBS_SAFE= yes
PROJECTHOST= tint2
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
USE_GNOME= pango glib20
USE_XORG= xinerama xrandr xdamage xcomposite
USE_EFL= imlib2
diff --git a/x11/yakuake-kde4/Makefile b/x11/yakuake-kde4/Makefile
index fd3116b40025..14296730384e 100644
--- a/x11/yakuake-kde4/Makefile
+++ b/x11/yakuake-kde4/Makefile
@@ -15,7 +15,7 @@ COMMENT= Drop-down terminal emulator for KDE
LICENSE= GPLv2
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
USE_KDE4= kdelibs kdeprefix automoc4
.include <bsd.port.options.mk>