summaryrefslogtreecommitdiff
path: root/databases/mysql-udf-preg
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 18:08:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 18:08:52 +0000
commitb5482324dcf6b062151cc203cef1561f8923c859 (patch)
treeac2afa8997fbb76350bd6fad85df12e98e0b3da5 /databases/mysql-udf-preg
parent- Explicity depend on libsword-1.6.2.so (diff)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Diffstat (limited to 'databases/mysql-udf-preg')
-rw-r--r--databases/mysql-udf-preg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql-udf-preg/Makefile b/databases/mysql-udf-preg/Makefile
index 58557ea55758..75f724dfe323 100644
--- a/databases/mysql-udf-preg/Makefile
+++ b/databases/mysql-udf-preg/Makefile
@@ -10,7 +10,7 @@ DISTNAME= lib_mysqludf_preg-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library of MySQL UDFs providing access to PCRE
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/mysql/plugin