diff options
| -rw-r--r-- | security/razorback-api/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/razorback-api/Makefile b/security/razorback-api/Makefile index 758da4fd24df..101d1e9ba2a6 100644 --- a/security/razorback-api/Makefile +++ b/security/razorback-api/Makefile @@ -25,15 +25,15 @@ OPTIONS_DEFINE= DEBUG ASSERT CNC_DEBUG STOMP_DEBUG 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 |
