diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-13 00:51:33 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-13 00:51:33 +0800 |
commit | e88f5da5657bccc2f31b605cc36e2175ab7180b8 (patch) | |
tree | 8cb35400213e222097a312c116b7317738865a8b /math/gnumeric | |
parent | 2b926e1064df5ad048fd84bb0671aeb50a61e3a5 (diff) | |
download | freebsd-ports-gnome-e88f5da5657bccc2f31b605cc36e2175ab7180b8.tar.gz freebsd-ports-gnome-e88f5da5657bccc2f31b605cc36e2175ab7180b8.tar.zst freebsd-ports-gnome-e88f5da5657bccc2f31b605cc36e2175ab7180b8.zip |
Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 8a52472507e8..6524a459149d 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -3,7 +3,7 @@ # Date created: 08 October 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.3 1998/11/18 12:09:05 asami Exp $ +# $Id: Makefile,v 1.4 1999/01/05 08:00:33 vanilla Exp $ # DISTNAME= gnumeric-0.5 @@ -11,10 +11,10 @@ CATEGORIES= math MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ ftp://ftp.gnome.org/pub/GNOME/sources/ -MAINTAINER= Nakai@technologist.com +MAINTAINER= nacai@iname.com -LIB_DEPENDS= xml.0:${PORTSDIR}/textproc/libxml -LIB_DEPENDS+= gnome.0:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= xml.0:${PORTSDIR}/textproc/libxml \ + gnome.1:${PORTSDIR}/x11/gnomelibs USE_X_PREFIX= yes GNU_CONFIGURE= yes |