From 9c1522b79dcc8b8a724f80636fdc2de97df51cd8 Mon Sep 17 00:00:00 2001 From: kuriyama Date: Wed, 27 Jan 2010 01:47:48 +0000 Subject: - Remove unneeded dependencies which is in perl-5.8.9 dist (part 10). Approved by: portmgr (itetcu) --- math/glgraph/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'math/glgraph') 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 -- cgit