diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-03 11:17:12 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-03 11:17:12 +0800 |
commit | 9df298f06897c296d6963676a24b305188df0a34 (patch) | |
tree | 0b586ec255ecabb9f009d99f688d1456349f433b /math | |
parent | 3ff1730196db0c313431f044fddc9d382cc3dcd2 (diff) | |
download | freebsd-ports-gnome-9df298f06897c296d6963676a24b305188df0a34.tar.gz freebsd-ports-gnome-9df298f06897c296d6963676a24b305188df0a34.tar.zst freebsd-ports-gnome-9df298f06897c296d6963676a24b305188df0a34.zip |
drop depends on p5-math-Trig ; it's in base perl5 suite
Diffstat (limited to 'math')
-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 |