diff options
author | nivit <nivit@FreeBSD.org> | 2014-07-07 10:43:44 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2014-07-07 10:43:44 +0800 |
commit | aff552fb8e7b97bf0055743d933544fc9ff65721 (patch) | |
tree | 71653adbba93d8493aa8a84e309fadc7bb150b98 /cad | |
parent | e936e3c19e21c8bcdbe4411adaf642df1e96f826 (diff) | |
download | freebsd-ports-gnome-aff552fb8e7b97bf0055743d933544fc9ff65721.tar.gz freebsd-ports-gnome-aff552fb8e7b97bf0055743d933544fc9ff65721.tar.zst freebsd-ports-gnome-aff552fb8e7b97bf0055743d933544fc9ff65721.zip |
- Chase math/muparser change from static to dynamic library
Diffstat (limited to 'cad')
-rw-r--r-- | cad/librecad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index 709096c48adf..7442963362a6 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -8,8 +8,8 @@ MASTER_SITES= GITHUB MAINTAINER= makc@FreeBSD.org COMMENT= 2D CAD system -BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser \ - ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libmuparser.so:${PORTSDIR}/math/muparser USE_QT4= help qt3support help-tools_build linguist_build moc_build \ rcc_build uic_build uic3_build |