summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-07 08:27:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-07 08:27:10 +0000
commitac040e6b909bd23a66fca2f5ced0278ed671bc96 (patch)
tree9273f79b576d729c9e5eccaf6949f11605b13857 /x11-wm
parentAdd new uses ninja[:verbose] (diff)
Use ninja instead of make
Notes
Notes: svn path=/head/; revision=338984
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/pawm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/pawm/Makefile b/x11-wm/pawm/Makefile
index 08b9cd9a17e2..40908f49d8f5 100644
--- a/x11-wm/pawm/Makefile
+++ b/x11-wm/pawm/Makefile
@@ -14,7 +14,7 @@ LICENSE= GPLv2
USE_BZIP2= yes
USE_XORG= x11 xft xrandr xrender xpm
-USES= cmake pkgconfig
+USES= cmake pkgconfig ninja
CMAKE_ARGS= -DCMAKE_CONFIG_PREFIX:STRING="${PREFIX}/etc" \
-DX11_LIBRARY_DIRS:STRING="${LOCALBASE}/lib"
LDFLAGS+= -L${LOCALBASE}/lib -lXext -lXrender