diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-03 03:17:12 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-03 03:17:12 +0000 |
commit | 761af1194286fec5c705e2d883e597bd5b805447 (patch) | |
tree | 296ec406b61efe979e5c59f0d3b53ada768f7f7c /math/glgraph | |
parent | 038bde8e8756af7ee83565f2834f04846dca929e (diff) | |
download | ports-761af1194286fec5c705e2d883e597bd5b805447.tar.gz ports-761af1194286fec5c705e2d883e597bd5b805447.zip |
Notes
Diffstat (limited to 'math/glgraph')
-rw-r--r-- | math/glgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/glgraph/Makefile b/math/glgraph/Makefile index 998d64d47747..ab0e8a313b9b 100644 --- a/math/glgraph/Makefile +++ b/math/glgraph/Makefile @@ -8,6 +8,7 @@ PORTNAME= glgraph PORTVERSION= 0.2.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://glgraph.kaosu.ch/downl/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -17,7 +18,6 @@ COMMENT= An OpenGL based function grapher RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/OpenGL.pm:${PORTSDIR}/graphics/p5-OpenGL \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${SITE_PERL}/Math/Trig.pm:${PORTSDIR}/math/p5-Math-Trig \ import:${PORTSDIR}/graphics/ImageMagick USE_BZIP2= yes |