Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2016 15:54:24 +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: r428939 - head/graphics/py-pydot
Message-ID:  <201612191554.uBJFsOrk041238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Dec 19 15:54:24 2016
New Revision: 428939
URL: https://svnweb.freebsd.org/changeset/ports/428939

Log:
  - Cleanup Makefile

Modified:
  head/graphics/py-pydot/Makefile

Modified: head/graphics/py-pydot/Makefile
==============================================================================
--- head/graphics/py-pydot/Makefile	Mon Dec 19 15:45:25 2016	(r428938)
+++ head/graphics/py-pydot/Makefile	Mon Dec 19 15:54:24 2016	(r428939)
@@ -13,7 +13,6 @@ COMMENT=	Python interface to the Graphvi
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-#BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.4:devel/py-pyparsing
 RUN_DEPENDS=	dot:graphics/graphviz \
 		${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.4:devel/py-pyparsing
 



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