diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-11 01:39:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-11 01:39:41 +0800 |
commit | 1a6e8b97280f666d15ef6ef197cd1a171c02a220 (patch) | |
tree | 4693fd012c4c6d933e0daa1aeff8b0a83b9b3c75 /security | |
parent | 31367baab81ff752e42424634ea704d1b30f3978 (diff) | |
download | freebsd-ports-gnome-1a6e8b97280f666d15ef6ef197cd1a171c02a220.tar.gz freebsd-ports-gnome-1a6e8b97280f666d15ef6ef197cd1a171c02a220.tar.zst freebsd-ports-gnome-1a6e8b97280f666d15ef6ef197cd1a171c02a220.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'security')
-rw-r--r-- | security/razorback-dispatcher/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/security/razorback-dispatcher/Makefile b/security/razorback-dispatcher/Makefile index f7638cd8c4e7..7209d1d71b93 100644 --- a/security/razorback-dispatcher/Makefile +++ b/security/razorback-dispatcher/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-dispatcher -# Date created: 2011/06/8 -# Whom: Tom Judge <tom@tomjudge.com> -# +# Created by: Tom Judge <tom@tomjudge.com> # $FreeBSD$ -# PORTNAME= dispatcher PORTVERSION= 0.5.0 @@ -27,9 +23,7 @@ OPTIONS_DEFINE= DEBUG ASSERT ACTIVEMQ ASSERT_DESC= Enable Asserts ACTIVEMQ_DESC= ActiveMQ runs locally -.include <bsd.port.options.mk> - -USES= pathfix +USES= pathfix pkgconfig USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_MYSQL= yes @@ -41,6 +35,8 @@ LDFLAGS+= -L${LOCALBASE}/lib USERS?= razorback GROUPS?= razorback +.include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .endif |