Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2014 17:15:37 +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: r370467 - head/databases/py-psycopg
Message-ID:  <201410081715.s98HFbF4002582@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct  8 17:15:37 2014
New Revision: 370467
URL: https://svnweb.freebsd.org/changeset/ports/370467
QAT: https://qat.redports.org/buildarchive/r370467/

Log:
  Convert to USES=pgsql USES=python

Modified:
  head/databases/py-psycopg/Makefile

Modified: head/databases/py-psycopg/Makefile
==============================================================================
--- head/databases/py-psycopg/Makefile	Wed Oct  8 17:14:51 2014	(r370466)
+++ head/databases/py-psycopg/Makefile	Wed Oct  8 17:15:37 2014	(r370467)
@@ -15,9 +15,7 @@ COMMENT=	High performance Python adapter
 RUN_DEPENDS=	${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
 BUILD_DEPENDS=	${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
 
-USE_PGSQL=	yes
-USES=		gmake
-USE_PYTHON=	yes
+USES=		gmake pgsql python
 GNU_CONFIGURE=	yes
 
 ALL_TARGET=	sharedmods



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