diff options
author | marcus <marcus@FreeBSD.org> | 2006-03-28 01:23:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-03-28 01:23:16 +0800 |
commit | 97550f7191712244650440b911df408176be1c40 (patch) | |
tree | 267c3f9e70323eb28cb4227165edcdc1eb95c145 /math | |
parent | 820b0d40be0aee7a9f2ccae43e7dd7981f2321c0 (diff) | |
download | freebsd-ports-gnome-97550f7191712244650440b911df408176be1c40.tar.gz freebsd-ports-gnome-97550f7191712244650440b911df408176be1c40.tar.zst freebsd-ports-gnome-97550f7191712244650440b911df408176be1c40.zip |
Add a missing dependency on libgnomeui now that libgnomedb is no longer
there by default.
Reported by: pointyhat via kris
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 1cfa22177b01..ac14ece4de2c 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -26,7 +26,7 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libgnomeprintui \ - libgsf_gnome pygtk2 desktopfileutils + libgsf_gnome pygtk2 desktopfileutils libgnomeui USE_PYTHON= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes |