diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-28 16:11:42 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-28 16:11:42 +0000 |
commit | 4e6b60e250ed68ac1fe8f13378e2d79eafd0c941 (patch) | |
tree | e4dd99ceecf15d29ce4fb1ed9233226c944826b9 /math | |
parent | Gnome Basic is an embryonic attempt to provide VB compatible functionality (diff) |
Add gnomebasic plugin support
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 3 | ||||
-rw-r--r-- | math/gnumeric/pkg-plist | 1 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 3 | ||||
-rw-r--r-- | math/gnumeric2/pkg-plist | 1 |
4 files changed, 6 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 03c48358a78f..84c6d6052722 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \ glade.3:${PORTSDIR}/devel/libglade \ guile.6:${PORTSDIR}/lang/guile \ - gnomeole2.0:${PORTSDIR}/devel/libole2 + gnomeole2.0:${PORTSDIR}/devel/libole2 \ + gb.0:${PORTSDIR}/lang/gnomebasic GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist index 3589e00bf142..87034cc4bbd9 100644 --- a/math/gnumeric/pkg-plist +++ b/math/gnumeric/pkg-plist @@ -4,6 +4,7 @@ etc/CORBA/servers/graph.gnorba etc/gnumericConf.sh lib/gnumeric/%%VERSION%%/plugins/gnum_csv.so lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so +lib/gnumeric/%%VERSION%%/plugins/gnum_gb.so lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so lib/gnumeric/%%VERSION%%/plugins/gnum_html.so lib/gnumeric/%%VERSION%%/plugins/gnum_lotus.so diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 03c48358a78f..84c6d6052722 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \ glade.3:${PORTSDIR}/devel/libglade \ guile.6:${PORTSDIR}/lang/guile \ - gnomeole2.0:${PORTSDIR}/devel/libole2 + gnomeole2.0:${PORTSDIR}/devel/libole2 \ + gb.0:${PORTSDIR}/lang/gnomebasic GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist index 3589e00bf142..87034cc4bbd9 100644 --- a/math/gnumeric2/pkg-plist +++ b/math/gnumeric2/pkg-plist @@ -4,6 +4,7 @@ etc/CORBA/servers/graph.gnorba etc/gnumericConf.sh lib/gnumeric/%%VERSION%%/plugins/gnum_csv.so lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so +lib/gnumeric/%%VERSION%%/plugins/gnum_gb.so lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so lib/gnumeric/%%VERSION%%/plugins/gnum_html.so lib/gnumeric/%%VERSION%%/plugins/gnum_lotus.so |