aboutsummaryrefslogtreecommitdiff
path: root/databases/my2cego/Makefile
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/my2cego/Makefile
parent667b4f4d18ac09226dc683a91597de9b41837f21 (diff)
downloadports-b5482324dcf6b062151cc203cef1561f8923c859.tar.gz
ports-b5482324dcf6b062151cc203cef1561f8923c859.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Notes
Notes: svn path=/head/; revision=336187
Diffstat (limited to 'databases/my2cego/Makefile')
-rw-r--r--databases/my2cego/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/my2cego/Makefile b/databases/my2cego/Makefile
index ac56402e6bfe..be917a5e36e5 100644
--- a/databases/my2cego/Makefile
+++ b/databases/my2cego/Makefile
@@ -10,9 +10,9 @@ MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= Imports mysqldump files into cego
-LIB_DEPENDS= lfcbase:${PORTSDIR}/devel/lfcbase \
- lfcxml:${PORTSDIR}/devel/lfcxml \
- cego:${PORTSDIR}/databases/cego
+LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \
+ liblfcxml.so:${PORTSDIR}/devel/lfcxml \
+ libcego.so:${PORTSDIR}/databases/cego
LICENSE= GPLv3
GNU_CONFIGURE= yes