[Lunar-commits] <moonbase> pfstools: Just a little tweaking og the DEPENDS and BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri Apr 23 15:49:48 CEST 2010
commit 648fd9663202f1f71c07c9489f9fadc7e6edf871
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri Apr 23 09:49:48 2010 -0400
pfstools: Just a little tweaking og the DEPENDS and BUILD.
---
graphics/pfstools/BUILD | 2 --
graphics/pfstools/DEPENDS | 8 +++++++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/graphics/pfstools/BUILD b/graphics/pfstools/BUILD
index bf94b66..a0bc6ad 100644
--- a/graphics/pfstools/BUILD
+++ b/graphics/pfstools/BUILD
@@ -3,8 +3,6 @@
# A gcc-4.x.x twiddle here.
sedit 's:tion(const char \*name):tion(char \*name):' src/filter/pfspanoramic.cpp &&
- OPTS="$OPTS --disable-qt"
-
default_build
) > $C_FIFO 2>&1
diff --git a/graphics/pfstools/DEPENDS b/graphics/pfstools/DEPENDS
index 8f67dea..e8ebca2 100644
--- a/graphics/pfstools/DEPENDS
+++ b/graphics/pfstools/DEPENDS
@@ -1 +1,7 @@
-optional_depends "octave" "" "" "for mathematical support"
+
+optional_depends "ImageMagick" "--enable-imagemagick" "--disable-imagemagick" "for ImageMagick graphics support"
+optional_depends "OpenEXR" "--enable-openexr" "--disable-openexr" "for EXR support"
+optional_depends "tiff" "--enable-tiff" "--disable-tiff" "for tiff graphics support"
+optional_depends "netpbm" "--enable-netpbm" "--disable-netpbm" "for netpbm graphics support"
+optional_depends "gdal" "--enable-gdal" "--disable-gdal" "for gdal support"
+optional_depends "octave" "--enable-octave" "--disable-octave" "for mathematical support"
More information about the Lunar-commits
mailing list