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/qcad/Makefile | |
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/qcad/Makefile')
-rw-r--r-- | cad/qcad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 30c2796a8e15..5cdab85ed22b 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/lib/libopenNURBS.a:${PORTSDIR}/graphics/opennurbs -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo CONFLICTS= texlive-base-* |