summaryrefslogtreecommitdiff
path: root/comms/gnocky
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/gnocky
parentRemove Qt from the dependencies, it uses a bundled up version.[1] (diff)
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/gnocky')
-rw-r--r--comms/gnocky/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnocky/Makefile b/comms/gnocky/Makefile
index 0c64cc60a68f..01c12abf247f 100644
--- a/comms/gnocky/Makefile
+++ b/comms/gnocky/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.gnokii.org/download/gnocky/
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical (GTK+2) frontend for gnokii
-LIB_DEPENDS= gnokii:${PORTSDIR}/comms/gnokii
+LIB_DEPENDS= libgnokii.so:${PORTSDIR}/comms/gnokii
USES= pkgconfig
USE_BZIP2= yes