aboutsummaryrefslogtreecommitdiff
path: root/cad/electric
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:53:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:53:20 +0000
commita327ff430ab824a5e8342f6a95e1d749c043e5de (patch)
tree29243a947e6109dbf0500a80dd52284f80f4b0aa /cad/electric
parenta2275161bdf38678974bb793dfe3195fe1950aab (diff)
downloadports-a327ff430ab824a5e8342f6a95e1d749c043e5de.tar.gz
ports-a327ff430ab824a5e8342f6a95e1d749c043e5de.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in cad With hat: portmgr
Notes
Notes: svn path=/head/; revision=336172
Diffstat (limited to 'cad/electric')
-rw-r--r--cad/electric/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/electric/Makefile b/cad/electric/Makefile
index 9e0c37ff1476..22c9c35dc0a3 100644
--- a/cad/electric/Makefile
+++ b/cad/electric/Makefile
@@ -26,7 +26,7 @@ NO_STAGE= yes
FEATURES+= MOTIF
.if ${PORT_OPTIONS:MT1LIB}
-LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib
+LIB_DEPENDS+= libt1.so:${PORTSDIR}/devel/t1lib
FEATURES+= T1LIB
.endif