diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2014-07-07 10:43:44 +0800 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2014-07-07 10:43:44 +0800 |
commit | 00a0f6a6eda2b21120acd6d0ebd44d2038a21fc6 (patch) | |
tree | 71653adbba93d8493aa8a84e309fadc7bb150b98 /math/qtiplot | |
parent | acce37229623179e602a10bf21d3098c6adc9a22 (diff) | |
download | freebsd-ports-gnome-00a0f6a6eda2b21120acd6d0ebd44d2038a21fc6.tar.gz freebsd-ports-gnome-00a0f6a6eda2b21120acd6d0ebd44d2038a21fc6.tar.zst freebsd-ports-gnome-00a0f6a6eda2b21120acd6d0ebd44d2038a21fc6.zip |
- Chase math/muparser change from static to dynamic library
Diffstat (limited to 'math/qtiplot')
-rw-r--r-- | math/qtiplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 9ba459fe37bc..017c473b9acf 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ MAINTAINER= makc@FreeBSD.org COMMENT= Data analysis and scientific plotting -BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl \ + libmuparser.so:${PORTSDIR}/math/muparser \ libpng15.so:${PORTSDIR}/graphics/png # use bundled modified libraries # qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \ |