From ea8db3a1049c55cdd2143d4622d89b0b65d5062d Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 11 Dec 2013 14:53:20 +0000 Subject: In preparation for making libtool generate libraries with a sane name, fix all LIB_DEPENDS in cad With hat: portmgr --- cad/electric/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cad/electric') 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 -- cgit