diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-07 16:27:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-07 16:27:10 +0800 |
commit | 4a777f42cf2632f7c5b97bca1c6bcbb231db94d6 (patch) | |
tree | 9273f79b576d729c9e5eccaf6949f11605b13857 /x11-wm | |
parent | a36e74799064c2731b93de3fd340faa416abb96d (diff) | |
download | freebsd-ports-graphics-4a777f42cf2632f7c5b97bca1c6bcbb231db94d6.tar.gz freebsd-ports-graphics-4a777f42cf2632f7c5b97bca1c6bcbb231db94d6.tar.zst freebsd-ports-graphics-4a777f42cf2632f7c5b97bca1c6bcbb231db94d6.zip |
Use ninja instead of make
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 08b9cd9a17e..40908f49d8f 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 |