Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jun 2016 11:20:12 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417299 - head/databases/pg_citus
Message-ID:  <201606221120.u5MBKCGY067855@repo.freebsd.org>

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



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