svn commit: r448064 - head/databases/postgres-xl

Kurt Jaeger pi at FreeBSD.org
Wed Aug 16 20:00:47 UTC 2017


Author: pi
Date: Wed Aug 16 20:00:46 2017
New Revision: 448064
URL: https://svnweb.freebsd.org/changeset/ports/448064

Log:
  databases/postgres-xl: fix BUILD_DEPENDS
  
  PR:		219164
  Submitted by:	joneum

Modified:
  head/databases/postgres-xl/Makefile

Modified: head/databases/postgres-xl/Makefile
==============================================================================
--- head/databases/postgres-xl/Makefile	Wed Aug 16 18:55:15 2017	(r448063)
+++ head/databases/postgres-xl/Makefile	Wed Aug 16 20:00:46 2017	(r448064)
@@ -11,8 +11,7 @@ COMMENT=	Scalable open source PostgreSQL-based databas
 
 LICENSE=	PostgreSQL
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash
-BUILD_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash
+BUILD_DEPENDS=	bash:shells/bash
 
 CONFLICTS=	postgresql[^${PORTVERSION:R:R}]?-client* \
 		postgresql${COMPONENT}-[^${PORTVERSION:R:R}].* \


More information about the svn-ports-all mailing list