Date: Mon, 2 Sep 2013 13:08:55 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325989 - head/security/razorback-api Message-ID: <201309021308.r82D8t9H055161@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021308.r82D8t9H055161>