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/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/Makefile | 2 |
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 |
