diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 09:47:48 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 09:47:48 +0800 |
commit | 9c1522b79dcc8b8a724f80636fdc2de97df51cd8 (patch) | |
tree | 3f4c11721abe1273bfb5891c4df75a81d0365e06 /math/glgraph | |
parent | f48abe54206eb6d48a001af1809ace7a9b6bcf62 (diff) | |
download | freebsd-ports-gnome-9c1522b79dcc8b8a724f80636fdc2de97df51cd8.tar.gz freebsd-ports-gnome-9c1522b79dcc8b8a724f80636fdc2de97df51cd8.tar.zst freebsd-ports-gnome-9c1522b79dcc8b8a724f80636fdc2de97df51cd8.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 10).
Approved by: portmgr (itetcu)
Diffstat (limited to 'math/glgraph')
-rw-r--r-- | math/glgraph/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/glgraph/Makefile b/math/glgraph/Makefile index 7c4d71e2fa67..9289d4276896 100644 --- a/math/glgraph/Makefile +++ b/math/glgraph/Makefile @@ -8,7 +8,7 @@ PORTNAME= glgraph PORTVERSION= 0.2.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= http://glgraph.kaosu.ch/downl/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -17,7 +17,6 @@ MAINTAINER= ports@FreeBSD.org 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 \ import:${PORTSDIR}/graphics/ImageMagick USE_BZIP2= yes |