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/geda-gattrib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cad/geda-gattrib') diff --git a/cad/geda-gattrib/Makefile b/cad/geda-gattrib/Makefile index 78cd68a4a7d6..f475b511bb03 100644 --- a/cad/geda-gattrib/Makefile +++ b/cad/geda-gattrib/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The gEDA's attribute editor RUN_DEPENDS= ${LOCALBASE}/share/geda/sym:${PORTSDIR}/cad/geda-symbols -LIB_DEPENDS= geda.33:${PORTSDIR}/cad/libgeda +LIB_DEPENDS= libgeda.so:${PORTSDIR}/cad/libgeda DATADIR= ${PREFIX}/share/geda DOCSDIR= ${PREFIX}/share/doc/geda -- cgit