svn commit: r417299 - head/databases/pg_citus

Matthew Seaman matthew at FreeBSD.org
Wed Jun 22 11:20:13 UTC 2016


Author: matthew
Date: Wed Jun 22 11:20:12 2016
New Revision: 417299
URL: https://svnweb.freebsd.org/changeset/ports/417299

Log:
  Add 'lib' to WANT_PGSQL, now that it is possible to mix 'lib' with
  other terms.

Modified:
  head/databases/pg_citus/Makefile

Modified: head/databases/pg_citus/Makefile
==============================================================================
--- head/databases/pg_citus/Makefile	Wed Jun 22 10:12:46 2016	(r417298)
+++ head/databases/pg_citus/Makefile	Wed Jun 22 11:20:12 2016	(r417299)
@@ -4,6 +4,7 @@
 PORTNAME=	citus
 PORTVERSION=	5.1.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	databases
 PKGNAMEPREFIX=	pg_
 
@@ -16,7 +17,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	citusdata
 
 USES=		gmake pgsql:9.4+ autoreconf readline
-WANT_PGSQL=	server
+WANT_PGSQL=	lib server
 GNU_CONFIGURE=	yes
 
 INSTALL_TARGET=	install-strip


More information about the svn-ports-head mailing list