aboutsummaryrefslogtreecommitdiff
path: root/comms/gnokii
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 15:10:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 15:10:44 +0000
commit22aa02fd75058917ae1de3fef7cff74b1bcd6c56 (patch)
tree2a371f98db99023198b309b69d00707314a6c1a1 /comms/gnokii
parent61471fa1979be372d658dc9dff40bb18aca2191c (diff)
downloadports-22aa02fd75058917ae1de3fef7cff74b1bcd6c56.tar.gz
ports-22aa02fd75058917ae1de3fef7cff74b1bcd6c56.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms
Notes
Notes: svn path=/head/; revision=336176
Diffstat (limited to 'comms/gnokii')
-rw-r--r--comms/gnokii/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile
index 24864451ba1c..301f1f9dd0e3 100644
--- a/comms/gnokii/Makefile
+++ b/comms/gnokii/Makefile
@@ -80,7 +80,7 @@ CONFIGURE_ARGS+= --disable-postgres
PLIST_SUB+= PGM='@comment '
. endif
. if ${PORT_OPTIONS:MSQLITE}
-LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3
PLIST_SUB+= SQLT=''
. else
CONFIGURE_ARGS+= --disable-sqlite