aboutsummaryrefslogtreecommitdiffstats
path: root/science/omnetpp
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-10-09 09:39:20 +0800
committerdougb <dougb@FreeBSD.org>2011-10-09 09:39:20 +0800
commit288bf42ff9cd39e7e87396465ca5d7b7d786a72d (patch)
tree9753a59054505ba0ea72296a4050f9e5fc4f929f /science/omnetpp
parent4adfadc1dd5b1f5e240aef25b7032700d93c1029 (diff)
downloadfreebsd-ports-gnome-288bf42ff9cd39e7e87396465ca5d7b7d786a72d.tar.gz
freebsd-ports-gnome-288bf42ff9cd39e7e87396465ca5d7b7d786a72d.tar.zst
freebsd-ports-gnome-288bf42ff9cd39e7e87396465ca5d7b7d786a72d.zip
Remove optional dependency on graphics/giftrans, which is about to be removed
Diffstat (limited to 'science/omnetpp')
-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}