1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

- Turn off the python module as it causes breakage in the build cluster.

- While here, rename the BROWSER option to SILEXB to avoid confusion.
- No version bump since no package has been built.

PR:		ports/125846
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>	(maintainer)
Reported by:	pointyhat via erwin
This commit is contained in:
Beech Rintoul 2008-07-22 00:11:36 +00:00
parent 008609d219
commit 4345ad9240
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217269
2 changed files with 8 additions and 7 deletions

View File

@ -28,16 +28,17 @@ USE_XLIB= yes
USE_QT_VER= 3
QT_COMPONENTS= moc uic
OPTIONS= PYTHON "Enable Python Module" On \
OPTIONS= PYTHON "Enable Python Module" Off \
HDF5 "Enable HDF5 Driver" Off \
BROWSER "Enable Silex Browser" Off \
SILEXB "Enable Silex Browser" Off \
FORTRAN "Compile Fortran interface" Off \
OPTIMIZATION "Enable extra optimizations" On
USE_PYTHON= yes
.include <bsd.port.pre.mk>
.ifdef WITH_PYTHON
USE_PYTHON= yes
CONFIGURE_ARGS+= --enable-pythonmodule
PLIST_SUB+= WITH_PYTHON=""
.else
@ -54,11 +55,11 @@ PLIST_SUB+= WITH_HDF5="@comment "
PLIST_SUB+= WITH_NCDF=""
.endif
.ifdef WITH_BROWSER
.ifdef WITH_SILEXB
CONFIGURE_ARGS+= --enable-silex
PLIST_SUB+= WITH_BROWSER=""
PLIST_SUB+= WITH_SILEXB=""
.else
PLIST_SUB+= WITH_BROWSER="@comment "
PLIST_SUB+= WITH_SILEXB="@comment "
.endif
.ifdef WITH_FORTRAN

View File

@ -1,4 +1,4 @@
%%WITH_BROWSER%%bin/browser
%%WITH_SILEXB%%bin/browser
bin/silodiff
bin/silex
bin/silock