Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 20:14:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400797 - head/graphics/p5-GraphViz2
Message-ID:  <201511042014.tA4KEN6c063185@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov  4 20:14:22 2015
New Revision: 400797
URL: https://svnweb.freebsd.org/changeset/ports/400797

Log:
  - Add LICENSE_FILE
  - Update *_DEPENDS: remove redundant LOCALBASE/bin

Modified:
  head/graphics/p5-GraphViz2/Makefile

Modified: head/graphics/p5-GraphViz2/Makefile
==============================================================================
--- head/graphics/p5-GraphViz2/Makefile	Wed Nov  4 20:14:19 2015	(r400796)
+++ head/graphics/p5-GraphViz2/Makefile	Wed Nov  4 20:14:22 2015	(r400797)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511042014.tA4KEN6c063185>