aboutsummaryrefslogtreecommitdiff
path: root/security/razorback-syslogNugget
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 06:36:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 06:36:41 +0000
commitdb7a56d5edac0833e3f5182aa505b20354dcc3f9 (patch)
tree49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /security/razorback-syslogNugget
parentea1237cf5e53134db56449396d80dbaa8167c827 (diff)
downloadports-db7a56d5edac0833e3f5182aa505b20354dcc3f9.tar.gz
ports-db7a56d5edac0833e3f5182aa505b20354dcc3f9.zip
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=326122
Diffstat (limited to 'security/razorback-syslogNugget')
-rw-r--r--security/razorback-syslogNugget/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/security/razorback-syslogNugget/Makefile b/security/razorback-syslogNugget/Makefile
index d2fe526b4855..d49e18b35e41 100644
--- a/security/razorback-syslogNugget/Makefile
+++ b/security/razorback-syslogNugget/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: razorback-archiveInflate
-# Date created: 2011/06/8
-# Whom: Tom Judge <tom@tomjudge.com>
-#
+# Created by: Tom Judge <tom@tomjudge.com>
# $FreeBSD$
-#
PORTNAME= syslogNugget
PORTVERSION= 0.5.0
@@ -25,8 +21,7 @@ RUN_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-master
OPTIONS_DEFINE= DEBUG ASSERT
ASSERT_DESC= Enable Asserts
-.include <bsd.port.options.mk>
-
+USES= pkgconfig
RB_LIBDIR?= ${PREFIX}/lib/razorback
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
@@ -34,6 +29,8 @@ USE_LDCONFIG= ${RB_LIBDIR}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+.include <bsd.port.options.mk>
+
.if ${PORT_OPTIONS:MDEBUG}
CONFIGURE_ARGS+=--enable-debug
.endif