Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2014 17:19:10 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370469 - head/devel/gearmand
Message-ID:  <201410081719.s98HJABH003186@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410081719.s98HJABH003186>