aboutsummaryrefslogtreecommitdiff
path: root/graphics/appleseed
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 22:43:22 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 22:43:22 +0000
commit44fe1232801e89d90b78679b0e83afade5a5e68e (patch)
tree14741248e7b726d07dc0a4eeb99f69723cd590f0 /graphics/appleseed
parent2628e42bb9ad71fec4b2ce71798a0397e20ba5f8 (diff)
downloadports-44fe1232801e89d90b78679b0e83afade5a5e68e.tar.gz
ports-44fe1232801e89d90b78679b0e83afade5a5e68e.zip
graphics/appleseed: remove broken DISNEY option (Qt4 deprecation)
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=495977
Diffstat (limited to 'graphics/appleseed')
-rw-r--r--graphics/appleseed/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/appleseed/Makefile b/graphics/appleseed/Makefile
index cc4beab9cc4a..7e81dfc4c195 100644
--- a/graphics/appleseed/Makefile
+++ b/graphics/appleseed/Makefile
@@ -3,7 +3,7 @@
PORTNAME= appleseed
DISTVERSION= 1.7.1-beta
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics
MAINTAINER= danfe@FreeBSD.org
@@ -45,20 +45,15 @@ PLIST_SUB= APPHOME=${CMAKE_INSTALL_PREFIX}
SUB_FILES= pkg-message
SUB_LIST:= ${PLIST_SUB}
-OPTIONS_DEFINE= CPP11 EXAMPLES DISNEY
-OPTIONS_DEFAULT= DISNEY
+OPTIONS_DEFINE= CPP11 EXAMPLES
OPTIONS_SUB= yes
CPP11_DESC= Build in C++11 mode
-DISNEY_DESC= Disney material support
CPP11_CMAKE_ON= -DUSE_CPP11:BOOL=ON
EXAMPLES_CMAKE_OFF= -DWITH_SAMPLES:BOOL=OFF
-DISNEY_LIB_DEPENDS= libSeExpr.so:graphics/seexpr
-DISNEY_CMAKE_ON= -DWITH_DISNEY_MATERIAL:BOOL=ON
-
.include <bsd.port.pre.mk>
post-patch: