diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-23 17:44:14 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-23 17:44:14 +0000 |
commit | 80b3519509e25f715e3306f7fd68f59a7c8ff7df (patch) | |
tree | 64d240bda7615977f36dee1cc0b9ca15bc504263 /math | |
parent | Update to 0.1.5, fixing potential library namespace conflict (diff) |
Update to reflect changes in devel/libole2
Notes
Notes:
svn path=/head/; revision=29822
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 2 | ||||
-rw-r--r-- | math/gnumeric/pkg-plist | 2 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 2 | ||||
-rw-r--r-- | math/gnumeric2/pkg-plist | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index cbfc8288f2a3..03c48358a78f 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \ glade.3:${PORTSDIR}/devel/libglade \ guile.6:${PORTSDIR}/lang/guile \ - ole2.0:${PORTSDIR}/devel/libole2 + gnomeole2.0:${PORTSDIR}/devel/libole2 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 bf2cb9f6b62c..3589e00bf142 100644 --- a/math/gnumeric/pkg-plist +++ b/math/gnumeric/pkg-plist @@ -649,7 +649,7 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo @dirrm share/gnome/help/gnumeric/C/images @dirrm share/gnome/help/gnumeric/C @dirrm share/gnome/help/gnumeric -@dirrm share/gnome/oaf +@unexec rmdir %D/share/gnome/oaf 2>/dev/null || true @dirrm share/gnome/pixmaps/gnumeric @dirrm lib/gnumeric/%%VERSION%%/plugins @dirrm lib/gnumeric/%%VERSION%% diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index cbfc8288f2a3..03c48358a78f 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \ glade.3:${PORTSDIR}/devel/libglade \ guile.6:${PORTSDIR}/lang/guile \ - ole2.0:${PORTSDIR}/devel/libole2 + gnomeole2.0:${PORTSDIR}/devel/libole2 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 bf2cb9f6b62c..3589e00bf142 100644 --- a/math/gnumeric2/pkg-plist +++ b/math/gnumeric2/pkg-plist @@ -649,7 +649,7 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo @dirrm share/gnome/help/gnumeric/C/images @dirrm share/gnome/help/gnumeric/C @dirrm share/gnome/help/gnumeric -@dirrm share/gnome/oaf +@unexec rmdir %D/share/gnome/oaf 2>/dev/null || true @dirrm share/gnome/pixmaps/gnumeric @dirrm lib/gnumeric/%%VERSION%%/plugins @dirrm lib/gnumeric/%%VERSION%% |