diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-16 20:57:32 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-16 20:57:32 +0000 |
commit | 51a8036f2e84bee46af04962564bafe240a61565 (patch) | |
tree | 3208c6eedccfad21201478f38228c87478a4b809 /math | |
parent | 8052fd3fb7fe6d92a2417b006fdc2957f45cc132 (diff) | |
download | FreeBSD-ports-51a8036f2e84bee46af04962564bafe240a61565.zip FreeBSD-ports-51a8036f2e84bee46af04962564bafe240a61565.tar.gz |
Utilize USE_GNOME= libgsf.
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 7af4e4d..48d0ce8 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 |