diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-10-03 03:55:31 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-10-03 03:55:31 +0000 |
commit | 67b00ab01975090e1f1c0c805759e26000807ae3 (patch) | |
tree | aa8d34834bd88d1cfefc8cc4d6ecba151e5c15f0 /math/labplot | |
parent | f609f658ae4890d063749829e5be93458a11f516 (diff) | |
download | ports-67b00ab01975090e1f1c0c805759e26000807ae3.tar.gz ports-67b00ab01975090e1f1c0c805759e26000807ae3.zip |
Notes
Diffstat (limited to 'math/labplot')
-rw-r--r-- | math/labplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index fee85831e65a..79819758d8ad 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.6.0.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math kde MASTER_SITES= SF @@ -60,7 +60,7 @@ CONFIGURE_ARGS+=--enable-R=no .endif .if defined(WITH_QHULL) -LIB_DEPENDS+= qhull.5:${PORTSDIR}/math/qhull +LIB_DEPENDS+= qhull.5:${PORTSDIR}/math/qhull5 CONFIGURE_ARGS+=--enable-qhull=yes .else CONFIGURE_ARGS+=--enable-qhull=no |