aboutsummaryrefslogtreecommitdiff
path: root/science
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 /science
parent2e2cb59596b369e1bc3dcbe739f7ab4d0f5ea76b (diff)
downloadports-8553917eafd02b5f143e137836aa73d654eddcc9.tar.gz
ports-8553917eafd02b5f143e137836aa73d654eddcc9.zip
Notes
Diffstat (limited to 'science')
-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}