svn commit: r353226 - in head/comms: atslog gnokii

Baptiste Daroussin bapt at FreeBSD.org
Wed May 7 23:37:54 UTC 2014


Author: bapt
Date: Wed May  7 23:37:53 2014
New Revision: 353226
URL: http://svnweb.freebsd.org/changeset/ports/353226
QAT: https://qat.redports.org/buildarchive/r353226/

Log:
  Convert to USES=pgsql

Modified:
  head/comms/atslog/Makefile
  head/comms/gnokii/Makefile

Modified: head/comms/atslog/Makefile
==============================================================================
--- head/comms/atslog/Makefile	Wed May  7 23:21:59 2014	(r353225)
+++ head/comms/atslog/Makefile	Wed May  7 23:37:53 2014	(r353226)
@@ -50,7 +50,7 @@ RUN_DEPENDS+=	p5-DBD-mysql>=0:${PORTSDIR
 .endif
 
 .if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL=	yes
+USES+=		pgsql
 BUILD_DEPENDS+=	p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
 RUN_DEPENDS+=	p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
 .endif

Modified: head/comms/gnokii/Makefile
==============================================================================
--- head/comms/gnokii/Makefile	Wed May  7 23:21:59 2014	(r353225)
+++ head/comms/gnokii/Makefile	Wed May  7 23:37:53 2014	(r353226)
@@ -72,7 +72,7 @@ CONFIGURE_ARGS+=	--disable-mysql
 PLIST_SUB+=	MSM='@comment '
 . endif
 . if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL=	yes
+USES+=		pgsql
 PLIST_SUB+=	PGM=''
 . else
 CONFIGURE_ARGS+=	--disable-postgres


More information about the svn-ports-all mailing list