diff options
author | sem <sem@FreeBSD.org> | 2006-01-07 01:40:56 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-01-07 01:40:56 +0800 |
commit | 0d3132413375535656c7b17ce8043999995bb0f2 (patch) | |
tree | e7344c711c049f77c15cb399dad7ff18322640d5 | |
parent | 9f4c356707eec5fcfc13c64ca68b15dbebf694d5 (diff) | |
download | freebsd-ports-gnome-0d3132413375535656c7b17ce8043999995bb0f2.tar.gz freebsd-ports-gnome-0d3132413375535656c7b17ce8043999995bb0f2.tar.zst freebsd-ports-gnome-0d3132413375535656c7b17ce8043999995bb0f2.zip |
- Work around a pkg-plist problem: turn all options on by default.
-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} |