diff options
author | ade <ade@FreeBSD.org> | 2000-06-24 01:44:14 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-24 01:44:14 +0800 |
commit | 83c95aeaca19d6bd3d2759b83fa4c384e0a8a378 (patch) | |
tree | 75e33eac314fc7777640b6ce9a81b9687851ae65 /math/gnumeric | |
parent | acdc9d4227becb084b2b88a846451e0d8b2ed596 (diff) | |
download | freebsd-ports-gnome-83c95aeaca19d6bd3d2759b83fa4c384e0a8a378.tar.gz freebsd-ports-gnome-83c95aeaca19d6bd3d2759b83fa4c384e0a8a378.tar.zst freebsd-ports-gnome-83c95aeaca19d6bd3d2759b83fa4c384e0a8a378.zip |
Update to reflect changes in devel/libole2
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 2 | ||||
-rw-r--r-- | math/gnumeric/pkg-plist | 2 |
2 files changed, 2 insertions, 2 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%% |