diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:08:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:08:52 +0000 |
commit | b5482324dcf6b062151cc203cef1561f8923c859 (patch) | |
tree | ac2afa8997fbb76350bd6fad85df12e98e0b3da5 /databases/postgresql91-server/Makefile | |
parent | 667b4f4d18ac09226dc683a91597de9b41837f21 (diff) |
Notes
Diffstat (limited to 'databases/postgresql91-server/Makefile')
-rw-r--r-- | databases/postgresql91-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index 0aa3e400e346..444866d29cac 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -126,7 +126,7 @@ PATCHFILES+= ${ICU_PATCHFILE}:icu . if defined(ICU_EXTRAPATCH) EXTRA_PATCHES+= ${ICU_EXTRAPATCH} . endif -LIB_DEPENDS+= icudata.50:${PORTSDIR}/devel/icu +LIB_DEPENDS+= libicudata.so:${PORTSDIR}/devel/icu . endif .endif # !SLAVE_ONLY @@ -163,7 +163,7 @@ USE_OPENLDAP= yes . if ${PORT_OPTIONS:MXML} CONFIGURE_ARGS+=--with-libxml -LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS+= libxml2.so:${PORTSDIR}/textproc/libxml2 . endif . if ${PORT_OPTIONS:MTZDATA} |