aboutsummaryrefslogtreecommitdiff
path: root/devel/gearmand
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-08 17:19:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-08 17:19:09 +0000
commit184ae14514a80bb2b294cea451a128113c27340d (patch)
tree288c875b2e15221513c60f011d460dd5a07f5c76 /devel/gearmand
parentd72235df58275cc4e1f6b1d6e31b1a8ea64ed2de (diff)
Notes
Diffstat (limited to 'devel/gearmand')
-rw-r--r--devel/gearmand/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile
index 5bb9e6fab61a..1c073f2f5d9f 100644
--- a/devel/gearmand/Makefile
+++ b/devel/gearmand/Makefile
@@ -22,9 +22,8 @@ GROUPS= gearmand
USE_PERL5= build
GNU_CONFIGURE= yes
-USES= pathfix gmake perl5 libtool execinfo
+USES= pathfix gmake perl5 python:build libtool execinfo
USE_LDCONFIG= yes
-USE_PYTHON_BUILD=yes
USE_RC_SUBR= gearmand
SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS}
@@ -87,7 +86,7 @@ CONFIGURE_ARGS+= --with-mysql=no
.endif
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
+USES+= pgsql
CONFIGURE_ARGS+= --enable-libpq
.else
CONFIGURE_ARGS+= --disable-libpq