svn commit: r370469 - head/devel/gearmand
Baptiste Daroussin
bapt at FreeBSD.org
Wed Oct 8 17:19:10 UTC 2014
Author: bapt
Date: Wed Oct 8 17:19:09 2014
New Revision: 370469
URL: https://svnweb.freebsd.org/changeset/ports/370469
QAT: https://qat.redports.org/buildarchive/r370469/
Log:
Convert to USES=pgsql and USES=python
Modified:
head/devel/gearmand/Makefile
Modified: head/devel/gearmand/Makefile
==============================================================================
--- head/devel/gearmand/Makefile Wed Oct 8 17:16:33 2014 (r370468)
+++ head/devel/gearmand/Makefile Wed Oct 8 17:19:09 2014 (r370469)
@@ -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
More information about the svn-ports-head
mailing list