summaryrefslogtreecommitdiff
path: root/comms/echolinux
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/echolinux
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/echolinux')
-rw-r--r--comms/echolinux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/echolinux/Makefile b/comms/echolinux/Makefile
index 433f29a0c8f0..e1470c139e91 100644
--- a/comms/echolinux/Makefile
+++ b/comms/echolinux/Makefile
@@ -11,8 +11,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= db@FreeBSD.org
COMMENT= Amateur Radio Echolink client for UNIX
-LIB_DEPENDS= forms.2:${PORTSDIR}/x11-toolkits/xforms \
- gsm.1:${PORTSDIR}/audio/gsm
+LIB_DEPENDS= libforms.so:${PORTSDIR}/x11-toolkits/xforms \
+ libgsm.so:${PORTSDIR}/audio/gsm
USE_GCC= any