diff options
-rw-r--r-- | graphics/opengtl/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile index da2deba58f8c..26cf7d0def0f 100644 --- a/graphics/opengtl/Makefile +++ b/graphics/opengtl/Makefile @@ -6,6 +6,7 @@ PORTNAME= opengtl PORTVERSION= 0.9.15 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= http://download.${PORTNAME}.org/ DISTNAME= OpenGTL-${PORTVERSION} @@ -27,6 +28,14 @@ USE_CMAKE= yes USE_LDCONFIG= yes CMAKE_USE_PTHREAD= yes +OPTIONS= SHIVA "Install filters and generators" on + +.include <bsd.port.options.mk> + +.ifndef(WITHOUT_SHIVA) +RUN_DEPENDS+= ${LOCALBASE}/share/OpenGTL/shiva/kernels/oilify.shiva:${PORTSDIR}/graphics/shiva-collections +.endif + post-patch: # Disable latex doc, it's not ready yet. ${REINPLACE_CMD} -e '/add_subdirectory.*doc/d' \ |