aboutsummaryrefslogtreecommitdiffstats
path: root/cad/electric
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-11 22:53:20 +0800
committerbapt <bapt@FreeBSD.org>2013-12-11 22:53:20 +0800
commitea8db3a1049c55cdd2143d4622d89b0b65d5062d (patch)
tree29243a947e6109dbf0500a80dd52284f80f4b0aa /cad/electric
parentbbae64838ffde3d47dcec56055a594e7804bb061 (diff)
downloadfreebsd-ports-gnome-ea8db3a1049c55cdd2143d4622d89b0b65d5062d.tar.gz
freebsd-ports-gnome-ea8db3a1049c55cdd2143d4622d89b0b65d5062d.tar.zst
freebsd-ports-gnome-ea8db3a1049c55cdd2143d4622d89b0b65d5062d.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in cad With hat: portmgr
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