mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Work around a pkg-plist problem: turn all options on by default.
This commit is contained in:
parent
ac7fd91394
commit
c4f745b93d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152905
@ -23,13 +23,13 @@ RUN_DEPENDS+= ocamlc:${PORTSDIR}/lang/ocaml
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20
|
||||
|
||||
OPTIONS= GLADE "With glade support" OFF \
|
||||
GNOMECANVAS "With gnomecanvas support" OFF \
|
||||
GNOMEPANEL "With gnomepanel support" OFF \
|
||||
GNOMEUI "With gnomeui support" OFF \
|
||||
GTKSPELL "With gtkspell support" OFF \
|
||||
OPTIONS= GLADE "With glade support" ON \
|
||||
GNOMECANVAS "With gnomecanvas support" ON \
|
||||
GNOMEPANEL "With gnomepanel support" ON \
|
||||
GNOMEUI "With gnomeui support" ON \
|
||||
GTKSPELL "With gtkspell support" ON \
|
||||
GTKTL "With gtkglarea support" ON \
|
||||
RSVG "With rsvg support" OFF
|
||||
RSVG "With rsvg support" ON
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME}
|
||||
|
Loading…
Reference in New Issue
Block a user