From 184ae14514a80bb2b294cea451a128113c27340d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 8 Oct 2014 17:19:09 +0000 Subject: Convert to USES=pgsql and USES=python --- devel/gearmand/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'devel/gearmand/Makefile') 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 -- cgit v1.2.3