From b5482324dcf6b062151cc203cef1561f8923c859 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 11 Dec 2013 18:08:52 +0000 Subject: In preparation for making libtool generate libraries with a sane name, fix all LIB_DEPENDS in databases --- databases/sqliteman/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/sqliteman') diff --git a/databases/sqliteman/Makefile b/databases/sqliteman/Makefile index 1334fe17294e..737856e9f24e 100644 --- a/databases/sqliteman/Makefile +++ b/databases/sqliteman/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= wen@FreeBSD.org COMMENT= Admin's GUI tool for Sqlite3 -LIB_DEPENDS= qscintilla2:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 USES= cmake USE_SQLITE= yes -- cgit v1.2.3