diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 02:08:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 02:08:52 +0800 |
commit | 9e5cb1459a01fd8c1c634cfa701605e9f3c26969 (patch) | |
tree | ac2afa8997fbb76350bd6fad85df12e98e0b3da5 /databases/gtksql/Makefile | |
parent | 9809a0e2d7f5a501e93d80ac9ed19d9522dc5b4d (diff) | |
download | freebsd-ports-gnome-9e5cb1459a01fd8c1c634cfa701605e9f3c26969.tar.gz freebsd-ports-gnome-9e5cb1459a01fd8c1c634cfa701605e9f3c26969.tar.zst freebsd-ports-gnome-9e5cb1459a01fd8c1c634cfa701605e9f3c26969.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Diffstat (limited to 'databases/gtksql/Makefile')
-rw-r--r-- | databases/gtksql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile index 3b35de35a2e2..da4cb6c8d2b0 100644 --- a/databases/gtksql/Makefile +++ b/databases/gtksql/Makefile @@ -11,7 +11,7 @@ COMMENT= Graphical query tool for PostgreSQL/MySQL/SQLite LICENSE= GPLv2 -LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app +LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool @@ -50,7 +50,7 @@ CONFIGURE_ARGS+=--without-postgresql .endif .if ${PORT_OPTIONS:MSQLITE3} -LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3 .else CONFIGURE_ARGS+=--without-sqlite .endif |