summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-10-09 01:39:20 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-10-09 01:39:20 +0000
commit8553917eafd02b5f143e137836aa73d654eddcc9 (patch)
treefcca9f9119158b01bd71bc4c76f02a5c716dbe72
parentRemove net-im/gossip as a RUN_DEPENDS, since it is about to be removed (diff)
Remove optional dependency on graphics/giftrans, which is about to be removed
Notes
Notes: svn path=/head/; revision=283222
-rw-r--r--science/omnetpp/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/science/omnetpp/Makefile b/science/omnetpp/Makefile
index 4af30ed4a209..4719c9e7b8ff 100644
--- a/science/omnetpp/Makefile
+++ b/science/omnetpp/Makefile
@@ -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}