diff options
author | ade <ade@FreeBSD.org> | 2000-06-29 00:11:42 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-29 00:11:42 +0800 |
commit | 38614689762572ea7bcd850d7e3882f022d175af (patch) | |
tree | 6ab22f5d4ce27096c5221953216c44dfea771f6a | |
parent | 3ce02ada07d313b006813219003810549a2d753a (diff) | |
download | freebsd-ports-gnome-38614689762572ea7bcd850d7e3882f022d175af.tar.gz freebsd-ports-gnome-38614689762572ea7bcd850d7e3882f022d175af.tar.zst freebsd-ports-gnome-38614689762572ea7bcd850d7e3882f022d175af.zip |
Add gnomebasic plugin support
-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 |