diff options
author | tobez <tobez@FreeBSD.org> | 2003-04-03 06:13:07 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2003-04-03 06:13:07 +0800 |
commit | 44fdfef88340279cf9b2883037aff8aac957470e (patch) | |
tree | 79fad40ad94d96573bf9c4797efc0a3f61ba7c1e /graphics/p5-GraphViz/Makefile | |
parent | 8892f02996708e70575908e697609a78350f69b6 (diff) | |
download | freebsd-ports-gnome-44fdfef88340279cf9b2883037aff8aac957470e.tar.gz freebsd-ports-gnome-44fdfef88340279cf9b2883037aff8aac957470e.tar.zst freebsd-ports-gnome-44fdfef88340279cf9b2883037aff8aac957470e.zip |
Update to 1.8.
PR: 50430
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'graphics/p5-GraphViz/Makefile')
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index 1f8fbf075723..742d52d8619b 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GraphViz -PORTVERSION= 1.5 +PORTVERSION= 1.8 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GraphViz @@ -34,6 +34,4 @@ MAN3= Devel::GraphVizProf.3 \ GraphViz::Small.3 \ GraphViz::XML.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - .include <bsd.port.mk> |