From c4f745b93dd33bf89446212c8759cad047205092 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Fri, 6 Jan 2006 17:40:56 +0000 Subject: - Work around a pkg-plist problem: turn all options on by default. --- x11-toolkits/ocaml-lablgtk2/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'x11-toolkits') 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} -- cgit v1.2.3