svn commit: r338984 - head/x11-wm/pawm

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 7 08:27:10 UTC 2014


Author: bapt
Date: Tue Jan  7 08:27:10 2014
New Revision: 338984
URL: http://svnweb.freebsd.org/changeset/ports/338984

Log:
  Use ninja instead of make

Modified:
  head/x11-wm/pawm/Makefile

Modified: head/x11-wm/pawm/Makefile
==============================================================================
--- head/x11-wm/pawm/Makefile	Tue Jan  7 08:18:58 2014	(r338983)
+++ head/x11-wm/pawm/Makefile	Tue Jan  7 08:27:10 2014	(r338984)
@@ -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


More information about the svn-ports-all mailing list