diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-12 10:43:44 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-12 10:43:44 +0000 |
commit | 7486b36bf69458890be63b68966aabaa3ac770cf (patch) | |
tree | 8e940b69314085bf024a099690bd839742a76663 /x11-toolkits/ocaml-lablgtk2 | |
parent | 33390b87a79f32378a6f7c5ac749a89597bdfd08 (diff) | |
download | ports-7486b36bf69458890be63b68966aabaa3ac770cf.tar.gz ports-7486b36bf69458890be63b68966aabaa3ac770cf.zip |
Notes
Diffstat (limited to 'x11-toolkits/ocaml-lablgtk2')
-rw-r--r-- | x11-toolkits/ocaml-lablgtk2/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-toolkits/ocaml-lablgtk2/Makefile b/x11-toolkits/ocaml-lablgtk2/Makefile index 8dad9be86682..f58c8fec2f27 100644 --- a/x11-toolkits/ocaml-lablgtk2/Makefile +++ b/x11-toolkits/ocaml-lablgtk2/Makefile @@ -24,11 +24,11 @@ USE_OCAML= yes 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" ON +# GNOMEPANEL "With gnomepanel support" OFF \ DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} @@ -94,15 +94,15 @@ CONFIGURE_ARGS+= --without-rsvg PLIST_SUB+= RSVG="@comment " .endif -.if (exists(${LOCALBASE}/libdata/pkgconfig/libpanelapplet-2.0.pc)) || !defined(WITHOUT_GNOMEPANEL) -CONFIGURE_ARGS+= --with-panel -USE_GNOME+= gnomepanel -WITH_PANEL= yes -PLIST_SUB+= PANEL="" -.else +#.if (exists(${LOCALBASE}/libdata/pkgconfig/libpanelapplet-2.0.pc)) || !defined(WITHOUT_GNOMEPANEL) +#CONFIGURE_ARGS+= --with-panel +#USE_GNOME+= gnomepanel +#WITH_PANEL= yes +#PLIST_SUB+= PANEL="" +#.else CONFIGURE_ARGS+= --without-panel PLIST_SUB+= PANEL="@comment " -.endif +#.endif .if (exists(${LOCALBASE}/libdata/pkgconfig/gtkspell-2.0.pc)) || !defined(WITHOUT_GTKSPELL) LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell |