diff options
author | stephen <stephen@FreeBSD.org> | 2011-10-03 11:55:31 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2011-10-03 11:55:31 +0800 |
commit | d979a3693e1bcfca865dcd6e53de31400afc4232 (patch) | |
tree | ca6601badf33ef2d38c15c2a63bd36e38d1aee4a /math/plplot | |
parent | 876a2e44455f0db3e7e79187799cade2edfed7ee (diff) | |
download | freebsd-ports-gnome-d979a3693e1bcfca865dcd6e53de31400afc4232.tar.gz freebsd-ports-gnome-d979a3693e1bcfca865dcd6e53de31400afc4232.tar.zst freebsd-ports-gnome-d979a3693e1bcfca865dcd6e53de31400afc4232.zip |
- LIB_DEPENDS qhull -> qhull5
- Bump portrevision
PR: ports/161089
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 |