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/sqliteman | |
| 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/sqliteman')
| -rw-r--r-- | databases/sqliteman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
