diff options
Diffstat (limited to 'databases/postgresql90-server/Makefile')
-rw-r--r-- | databases/postgresql90-server/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile index 8048f64c548a..edbd8ccfe69d 100644 --- a/databases/postgresql90-server/Makefile +++ b/databases/postgresql90-server/Makefile @@ -121,6 +121,14 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-icu4 . endif .endif # !SLAVE_ONLY +.if defined(WITH_OSSP_UUID) +BUILD_DEPENDS+= ${LOCALBASE}/lib/libuuid.a:${PORTSDIR}/misc/ossp-uuid +CONFIGURE_ARGS+=--with-ossp-uuid +PLIST_SUB+= OSSP="" +.else +PLIST_SUB+= OSSP="@comment " +.endif + .include <bsd.port.pre.mk> .if !defined(SLAVE_ONLY) |