svn commit: r355603 - head/databases/p5-DBD-Pg

Baptiste Daroussin bapt at FreeBSD.org
Wed May 28 11:30:26 UTC 2014


Author: bapt
Date: Wed May 28 11:30:26 2014
New Revision: 355603
URL: http://svnweb.freebsd.org/changeset/ports/355603
QAT: https://qat.redports.org/buildarchive/r355603/

Log:
  Convert to USES=pgsql

Modified:
  head/databases/p5-DBD-Pg/Makefile

Modified: head/databases/p5-DBD-Pg/Makefile
==============================================================================
--- head/databases/p5-DBD-Pg/Makefile	Wed May 28 10:39:38 2014	(r355602)
+++ head/databases/p5-DBD-Pg/Makefile	Wed May 28 11:30:26 2014	(r355603)
@@ -16,8 +16,7 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		pgsql perl5
 USE_PERL5=	configure
-USE_PGSQL=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list