diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-06 17:40:56 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-06 17:40:56 +0000 |
commit | c4f745b93dd33bf89446212c8759cad047205092 (patch) | |
tree | a43e358c52a345ad6d7e3b01ede2084ac567dc14 /x11-toolkits/ocaml-lablgtk2 | |
parent | ac7fd91394fcb6f72edd6e4450c74753d0ff0a97 (diff) | |
download | ports-c4f745b93dd33bf89446212c8759cad047205092.tar.gz ports-c4f745b93dd33bf89446212c8759cad047205092.zip |
- Work around a pkg-plist problem: turn all options on by default.
Notes
Notes:
svn path=/head/; revision=152905
Diffstat (limited to 'x11-toolkits/ocaml-lablgtk2')
-rw-r--r-- | x11-toolkits/ocaml-lablgtk2/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/ocaml-lablgtk2/Makefile b/x11-toolkits/ocaml-lablgtk2/Makefile index c2fc56fb268c..d837e4379358 100644 --- a/x11-toolkits/ocaml-lablgtk2/Makefile +++ b/x11-toolkits/ocaml-lablgtk2/Makefile @@ -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} |