diff options
-rw-r--r-- | science/omnetpp/Makefile | 7 |
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} |