Fix dependency on graphviz, the graphviz libraries are installed in a

non-default libdir, add BUILD_ and RUN_ dependendencies instead.
This commit is contained in:
Tilman Keskinoz 2005-11-01 14:18:52 +00:00
parent f903bed87f
commit 769f98edaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146914

View File

@ -17,8 +17,9 @@ EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= Python interface to GraphViz agraph
BUILD_DEPENDS= ${SWIG_CMD}:${PORTSDIR}/devel/swig13
LIB_DEPENDS= agraph.0:${PORTSDIR}/graphics/graphviz
BUILD_DEPENDS= ${SWIG_CMD}:${PORTSDIR}/devel/swig13 \
dot:${PORTSDIR}/graphics/graphviz
RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz
NO_CDROM= "Can't be included in a commercial product"