summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-05 16:15:15 +0200
committerFlorian Franzmann2019-10-05 18:29:11 +0200
commit4a928a23fe01d5fa49d41ddb872e6cec790515b9 (patch)
treeef8fb815bd691d836dacaf020c156f454bef2e6b /graphics
parentf9354e88d624ba12224c5d52fa3495dd81b1af1a (diff)
graphics/rawtherapee: use CMAKE_*
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/rawtherapee/BUILD2
-rwxr-xr-xgraphics/rawtherapee/CONFIGURE1
-rwxr-xr-xgraphics/rawtherapee/DEPENDS2
-rwxr-xr-xgraphics/rawtherapee/DETAILS1
4 files changed, 4 insertions, 2 deletions
diff --git a/graphics/rawtherapee/BUILD b/graphics/rawtherapee/BUILD
index 4aff67c54b..3381b54bdf 100755
--- a/graphics/rawtherapee/BUILD
+++ b/graphics/rawtherapee/BUILD
@@ -4,4 +4,4 @@ OPTS="-DLICENSEDIR=$INSTALL_ROOT/usr/share/$SPELL $OPTS" &&
OPTS="-DCACHE_NAME_SUFFIX='' $OPTS" &&
OPTS="-DWITH_SYSTEM_KLT=off $OPTS" &&
-cmake_build
+default_build
diff --git a/graphics/rawtherapee/CONFIGURE b/graphics/rawtherapee/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/graphics/rawtherapee/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/graphics/rawtherapee/DEPENDS b/graphics/rawtherapee/DEPENDS
index 3185c54b2a..48833b1d0e 100755
--- a/graphics/rawtherapee/DEPENDS
+++ b/graphics/rawtherapee/DEPENDS
@@ -1,4 +1,4 @@
-depends cmake &&
+source $GRIMOIRE/CMAKE_DEPENDS &&
depends expat &&
depends libsigc++3 &&
depends lcms2 &&
diff --git a/graphics/rawtherapee/DETAILS b/graphics/rawtherapee/DETAILS
index 69adc352ae..bf79986f8a 100755
--- a/graphics/rawtherapee/DETAILS
+++ b/graphics/rawtherapee/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=rawtherapee
VERSION=5.7
SOURCE="${SPELL}-${VERSION}.tar.xz"