svn commit: r345631 - head/net/openser

Antoine Brodin antoine at FreeBSD.org
Sat Feb 22 13:01:19 UTC 2014


Author: antoine
Date: Sat Feb 22 13:01:18 2014
New Revision: 345631
URL: http://svnweb.freebsd.org/changeset/ports/345631
QAT: https://qat.redports.org/buildarchive/r345631/

Log:
  Attempt to unbreak
  
  Reported by:	pkg-fallout

Modified:
  head/net/openser/Makefile

Modified: head/net/openser/Makefile
==============================================================================
--- head/net/openser/Makefile	Sat Feb 22 12:59:26 2014	(r345630)
+++ head/net/openser/Makefile	Sat Feb 22 13:01:18 2014	(r345631)
@@ -76,7 +76,7 @@ USE_PGSQL=	yes
 MODULES+=	postgres
 PLIST_FILES+=	lib/openser/openserctl/openserctl.pgsql sbin/openser_postgresql.sh
 .else
-MAKE_ENV+=	PGSQL=postgres
+MAKE_ENV+=	POSTGRESQL=postgres
 .endif
 
 .if ${PORT_OPTIONS:MUNIXODBC}


More information about the svn-ports-all mailing list