diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-16 20:57:32 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-16 20:57:32 +0000 |
commit | 2edb0c126863b2fb77248c6f4e8f940cae0dae1b (patch) | |
tree | 5bc3d3786b959056583bf1660cd0b8a703727c14 /math | |
parent | Utilize USE_GNOME= pkgconfig. (diff) |
Utilize USE_GNOME= libgsf.
Notes
Notes:
svn path=/head/; revision=83120
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 7af4e4db2fe3..48d0ce8e466c 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -16,13 +16,11 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The GNOME 2 spreadsheet -LIB_DEPENDS= gsf-1.9:${PORTSDIR}/devel/libgsf - USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui gal2 libgda2 +USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui gal2 libgda2 libgsf USE_PYTHON= yes USE_REINPLACE= yes USE_LIBTOOL= yes |