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/plplot | |
parent | f609f658ae4890d063749829e5be93458a11f516 (diff) | |
download | ports-67b00ab01975090e1f1c0c805759e26000807ae3.tar.gz ports-67b00ab01975090e1f1c0c805759e26000807ae3.zip |
Notes
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 28ddc9875d63..fcf4f066b86b 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -7,6 +7,7 @@ PORTNAME= plplot PORTVERSION= 5.9.7 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source @@ -18,7 +19,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode \ freetype.9:${PORTSDIR}/print/freetype2 \ gd.4:${PORTSDIR}/graphics/gd \ - qhull.5:${PORTSDIR}/math/qhull + qhull.5:${PORTSDIR}/math/qhull5 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/lib/X11/fonts/freefont-ttf/FreeMono.ttf:${PORTSDIR}/x11-fonts/freefont-ttf |