aboutsummaryrefslogtreecommitdiff
path: root/math/qtiplot
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2014-07-07 02:43:44 +0000
committerNicola Vitale <nivit@FreeBSD.org>2014-07-07 02:43:44 +0000
commit00a0f6a6eda2b21120acd6d0ebd44d2038a21fc6 (patch)
tree71653adbba93d8493aa8a84e309fadc7bb150b98 /math/qtiplot
parentacce37229623179e602a10bf21d3098c6adc9a22 (diff)
downloadports-00a0f6a6eda2b21120acd6d0ebd44d2038a21fc6.tar.gz
ports-00a0f6a6eda2b21120acd6d0ebd44d2038a21fc6.zip
- Chase math/muparser change from static to dynamic library
Notes
Notes: svn path=/head/; revision=361019
Diffstat (limited to 'math/qtiplot')
-rw-r--r--math/qtiplot/Makefile2
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 \