diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 01:47:48 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 01:47:48 +0000 |
commit | d60cc03b253bf72e5157ae700d5fe527258a540e (patch) | |
tree | 0c58e3fd05dc63ad22162f4f98794e7852d46b90 /math/glgraph | |
parent | 4cf6611dc57c1a034ee9c9ebcd5c645cf09ccbf9 (diff) | |
download | ports-d60cc03b253bf72e5157ae700d5fe527258a540e.tar.gz ports-d60cc03b253bf72e5157ae700d5fe527258a540e.zip |
Notes
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 |