diff options
author | nivit <nivit@FreeBSD.org> | 2008-07-13 17:55:30 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2008-07-13 17:55:30 +0800 |
commit | 235a31b3030c5940e484999f705e3bc381945232 (patch) | |
tree | 37df4250fdebeeefc55f76d5d5ff3b9ac1dd6f70 /math/qtiplot | |
parent | a52183c7173126a8a7ffc8f8bae36896a51c72c6 (diff) | |
download | freebsd-ports-gnome-235a31b3030c5940e484999f705e3bc381945232.tar.gz freebsd-ports-gnome-235a31b3030c5940e484999f705e3bc381945232.tar.zst freebsd-ports-gnome-235a31b3030c5940e484999f705e3bc381945232.zip |
- math/muparser belongs to BUILD_DEPENDS not RUN_DEPENDS
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 be15d802be7d..fb9ac6b9e7c6 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ MAINTAINER= makc@issp.ac.ru COMMENT= An Origin clone for data analysis and scientific plotting -RUN_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser +BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl \ qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 \ |