diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 22:53:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 22:53:20 +0800 |
commit | ea8db3a1049c55cdd2143d4622d89b0b65d5062d (patch) | |
tree | 29243a947e6109dbf0500a80dd52284f80f4b0aa /cad/electric | |
parent | bbae64838ffde3d47dcec56055a594e7804bb061 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |