Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2012 16:44:10 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308614 - head/databases/postgresql92-server
Message-ID:  <201212101644.qBAGiAcx059077@svn.freebsd.org>

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



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