diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-04 20:14:22 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-04 20:14:22 +0000 |
commit | d678c2f09fa29413ad05fb07d3cf97eb0f497fe0 (patch) | |
tree | a7b0a94befb9021c3d97eecc270b83b08251a2cb | |
parent | 6996d65dc1478464a5bc9dd0f0ec1bf172602e07 (diff) | |
download | FreeBSD-ports-d678c2f09fa29413ad05fb07d3cf97eb0f497fe0.zip FreeBSD-ports-d678c2f09fa29413ad05fb07d3cf97eb0f497fe0.tar.gz |
- Add LICENSE_FILE
- Update *_DEPENDS: remove redundant LOCALBASE/bin
-rw-r--r-- | graphics/p5-GraphViz2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile index 84f2217..6885029 100644 --- a/graphics/p5-GraphViz2/Makefile +++ b/graphics/p5-GraphViz2/Makefile @@ -12,8 +12,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Wrapper for AT&T Graphviz LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \ +BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ p5-Algorithm-Dependency>=1.110:${PORTSDIR}/devel/p5-Algorithm-Dependency \ p5-Capture-Tiny>=0.10:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-Class-ISA>=0.36:${PORTSDIR}/devel/p5-Class-ISA \ |