diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-05-23 11:53:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-05-23 11:53:19 +0800 |
commit | df39985f95cbd280206d0a636dd462e1dbf63187 (patch) | |
tree | b536022f9a6353dd6e9c63926f5ec5081cbc9141 /graphics | |
parent | a38a34445e4bd2645949dfda96f27b9064345aee (diff) | |
download | freebsd-ports-gnome-df39985f95cbd280206d0a636dd462e1dbf63187.tar.gz freebsd-ports-gnome-df39985f95cbd280206d0a636dd462e1dbf63187.tar.zst freebsd-ports-gnome-df39985f95cbd280206d0a636dd462e1dbf63187.zip |
- Update to 1.302015
- Use real PORTVERSION
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Update CONFLICTS_INSTALL
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Test-Simple/Changes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index 25277da64411..f1a4d66f48c9 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -28,7 +28,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> |