svn commit: r308614 - head/databases/postgresql92-server

Palle Girgensohn girgen at FreeBSD.org
Mon Dec 10 16:44:10 UTC 2012


Author: girgen
Date: Mon Dec 10 16:44:09 2012
New Revision: 308614
URL: http://svnweb.freebsd.org/changeset/ports/308614

Log:
  Feature safe: yes
  PR: 174336
  fix typo

Modified:
  head/databases/postgresql92-server/Makefile

Modified: head/databases/postgresql92-server/Makefile
==============================================================================
--- head/databases/postgresql92-server/Makefile	Mon Dec 10 16:35:24 2012	(r308613)
+++ head/databases/postgresql92-server/Makefile	Mon Dec 10 16:44:09 2012	(r308614)
@@ -136,7 +136,7 @@ LIB_DEPENDS+=	icudata.48:${PORTSDIR}/dev
 .  endif
 .endif # !SLAVE_ONLY
 
-.if ${PORT_OPTIONS:MOSSP_UUID)
+.if ${PORT_OPTIONS:MOSSP_UUID}
 BUILD_DEPENDS+=	${LOCALBASE}/lib/libuuid.a:${PORTSDIR}/misc/ossp-uuid
 CONFIGURE_ARGS+=--with-ossp-uuid
 PLIST_SUB+=	OSSP=""


More information about the svn-ports-all mailing list