svn commit: r325989 - head/security/razorback-api

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 13:08:55 UTC 2013


Author: bapt
Date: Mon Sep  2 13:08:55 2013
New Revision: 325989
URL: http://svnweb.freebsd.org/changeset/ports/325989

Log:
  Add an explicit dependency on pkgconfig

Modified:
  head/security/razorback-api/Makefile

Modified: head/security/razorback-api/Makefile
==============================================================================
--- head/security/razorback-api/Makefile	Mon Sep  2 13:07:49 2013	(r325988)
+++ head/security/razorback-api/Makefile	Mon Sep  2 13:08:55 2013	(r325989)
@@ -25,15 +25,15 @@ OPTIONS_DEFINE=	DEBUG ASSERT CNC_DEBUG S
 CNC_DEBUG_DESC=		Enable Command and Control Debug
 STOMP_DEBUG_DESC=	Enable STOMP Debug
 
-.include <bsd.port.options.mk>
-
-USES=	pathfix
+USES=	pathfix pkgconfig
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+.include <bsd.port.options.mk>
+
 .if !empty(PORT_OPTIONS:MDEBUG)
 CONFIGURE_ARGS+=--enable-debug
 .endif


More information about the svn-ports-all mailing list