aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql91-server
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-12 02:08:52 +0800
committerbapt <bapt@FreeBSD.org>2013-12-12 02:08:52 +0800
commit9e5cb1459a01fd8c1c634cfa701605e9f3c26969 (patch)
treeac2afa8997fbb76350bd6fad85df12e98e0b3da5 /databases/postgresql91-server
parent9809a0e2d7f5a501e93d80ac9ed19d9522dc5b4d (diff)
downloadfreebsd-ports-gnome-9e5cb1459a01fd8c1c634cfa701605e9f3c26969.tar.gz
freebsd-ports-gnome-9e5cb1459a01fd8c1c634cfa701605e9f3c26969.tar.zst
freebsd-ports-gnome-9e5cb1459a01fd8c1c634cfa701605e9f3c26969.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Diffstat (limited to 'databases/postgresql91-server')
-rw-r--r--databases/postgresql91-server/Makefile4
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}