1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove optional dependency on graphics/giftrans, which is about to be removed

This commit is contained in:
Doug Barton 2011-10-09 01:39:20 +00:00
parent 2e2cb59596
commit 8553917eaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283222

View File

@ -42,8 +42,7 @@ INCLDIR_REL= ${INCLDIR:S,^${PREFIX}/,,}
OPTIONS= MAGICK "Install ImageMagick for EPS-JPG conversion" ON \
GRAPHVIZ "Install Graphviz for generating diagrams" ON \
DOXYGEN "Install Doxygen to create the API reference" ON \
GIFTRANS "Make the background of diagrams transparent" ON
DOXYGEN "Install Doxygen to create the API reference" ON
.include <bsd.port.pre.mk>
@ -59,10 +58,6 @@ depend+= dot:${PORTSDIR}/graphics/graphviz
depend+= doxygen:${PORTSDIR}/devel/doxygen
.endif
.if defined(WITH_GIFTRANS)
depend+= giftrans:${PORTSDIR}/graphics/giftrans
.endif
BUILD_DEPENDS+= ${depend}
RUN_DEPENDS+= ${depend}