diff options
author | stas <stas@FreeBSD.org> | 2009-04-12 18:43:44 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-04-12 18:43:44 +0800 |
commit | e705cab476fa58d145d77b6378161395a1264797 (patch) | |
tree | 4e5b8eedbcd613489d989806d6fce783ae708122 /x11-toolkits | |
parent | 969816f9da72fd093ef2c2905c61d47b6882af92 (diff) | |
download | freebsd-ports-gnome-e705cab476fa58d145d77b6378161395a1264797.tar.gz freebsd-ports-gnome-e705cab476fa58d145d77b6378161395a1264797.tar.zst freebsd-ports-gnome-e705cab476fa58d145d77b6378161395a1264797.zip |
- Gnomepanel support doesn't work with the current version of Gnome.
Diffstat (limited to 'x11-toolkits')
-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 |