aboutsummaryrefslogtreecommitdiff
path: root/math/glgraph
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-03 03:17:12 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-03 03:17:12 +0000
commit761af1194286fec5c705e2d883e597bd5b805447 (patch)
tree296ec406b61efe979e5c59f0d3b53ada768f7f7c /math/glgraph
parent038bde8e8756af7ee83565f2834f04846dca929e (diff)
downloadports-761af1194286fec5c705e2d883e597bd5b805447.tar.gz
ports-761af1194286fec5c705e2d883e597bd5b805447.zip
drop depends on p5-math-Trig ; it's in base perl5 suite
Notes
Notes: svn path=/head/; revision=78023
Diffstat (limited to 'math/glgraph')
-rw-r--r--math/glgraph/Makefile2
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