svn commit: r442463 - head/graphics/vigra
Tobias C. Berner
tcberner at FreeBSD.org
Fri Jun 2 21:20:54 UTC 2017
Author: tcberner
Date: Fri Jun 2 21:20:52 2017
New Revision: 442463
URL: https://svnweb.freebsd.org/changeset/ports/442463
Log:
Add more options to OPTIONS_DEFAULT
When convertin the WITHOUT_VIGRA_<FOO> flags to options in r441331 I failed to
add them to options default. So for example, the dependency on PNG was no longer
the default.
Add all the options, that were previously flags to OPTIONS_DEFAULT.
PR: 219569
Reported by: mandree
Modified:
head/graphics/vigra/Makefile
Modified: head/graphics/vigra/Makefile
==============================================================================
--- head/graphics/vigra/Makefile Fri Jun 2 20:52:46 2017 (r442462)
+++ head/graphics/vigra/Makefile Fri Jun 2 21:20:52 2017 (r442463)
@@ -3,7 +3,7 @@
PORTNAME= vigra
DISTVERSION= 1.11.0
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= graphics
MAINTAINER= ports at FreeBSD.org
@@ -28,7 +28,7 @@ SHEBANG_FILES= config/vigra-config.in
USE_LDCONFIG= yes
OPTIONS_DEFINE= HDF5 OPENEXR NUMPY DOCS FFTW
-OPTIONS_DEFAULT= HDF5 OPENEXR
+OPTIONS_DEFAULT= HDF5 OPENEXR FFTW ${OPTIONS_GROUP_IMAGEFORMATS}
OPTIONS_GROUP= IMAGEFORMATS
OPTIONS_GROUP_IMAGEFORMATS= PNG JPEG TIFF
OPTIONS_SUB= yes
More information about the svn-ports-head
mailing list