diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-07 08:27:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-07 08:27:10 +0000 |
commit | ac040e6b909bd23a66fca2f5ced0278ed671bc96 (patch) | |
tree | 9273f79b576d729c9e5eccaf6949f11605b13857 /x11-wm | |
parent | Add 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/Makefile | 2 |
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 |