aboutsummaryrefslogtreecommitdiff
path: root/comms/gtkmmorse
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/gtkmmorse
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/gtkmmorse')
-rw-r--r--comms/gtkmmorse/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/gtkmmorse/Makefile b/comms/gtkmmorse/Makefile
index e5385ecfae0f..a6f16abc4b98 100644
--- a/comms/gtkmmorse/Makefile
+++ b/comms/gtkmmorse/Makefile
@@ -10,9 +10,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= shurd@sasktel.net
COMMENT= Graphical Morse Code Trainer
-LIB_DEPENDS= ao:${PORTSDIR}/audio/libao \
- gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
- gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26
+LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao \
+ libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
+ libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26
USE_BZIP2= yes
GNU_CONFIGURE= yes