summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2012-12-10 16:44:09 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2012-12-10 16:44:09 +0000
commit1d65fddbb297281a2ebe0ae5c7be42eeed39322f (patch)
treebf37a1b158488c7ebcc58a0db8d9fb2551d5bee4
parent* Reset maintainer to ports@ (diff)
Feature safe: yes
PR: 174336 fix typo
Notes
Notes: svn path=/head/; revision=308614
-rw-r--r--databases/postgresql92-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index 2f649c235427..cfe1075ee787 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-server/Makefile
@@ -136,7 +136,7 @@ LIB_DEPENDS+= icudata.48:${PORTSDIR}/devel/icu
. 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=""