diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2008-07-13 09:55:30 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2008-07-13 09:55:30 +0000 |
commit | 95e1d20fc047f6ee420e6ea58d9933684e4a1662 (patch) | |
tree | d5605e4582ccc21f9e25d6745945ca64988a69d2 | |
parent | 800e063b7621e26ea52a6555b3be62f110d2e42c (diff) |
Notes
-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 \ |