diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 17:19:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 17:19:09 +0000 |
commit | 184ae14514a80bb2b294cea451a128113c27340d (patch) | |
tree | 288c875b2e15221513c60f011d460dd5a07f5c76 /devel/gearmand | |
parent | d72235df58275cc4e1f6b1d6e31b1a8ea64ed2de (diff) |
Notes
Diffstat (limited to 'devel/gearmand')
-rw-r--r-- | devel/gearmand/Makefile | 5 |
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 |