diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-05 08:00:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-05 08:00:41 +0000 |
commit | 59021554667f58635dd0aba672912a037264d902 (patch) | |
tree | ca11201265f3f7490e16e58eb10f69636656a967 /math/gnumeric2/Makefile | |
parent | 9fc3d504142f949034e383c84ba305a9d505774f (diff) |
Upgrade gnumeric to 0.5, libxml to 0.99,
Correct gtk11-devel's PLIST,
and fix some configure problem of electriceyes.
Notes
Notes:
svn path=/head/; revision=15852
Diffstat (limited to 'math/gnumeric2/Makefile')
-rw-r--r-- | math/gnumeric2/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 1f12ff532992..8a52472507e8 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: gnumeric -# Version required: 0.3 -# Date created: 08 October 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> +# New ports collection makefile for: gnumeric +# Version required: 0.5 +# Date created: 08 October 1998 +# Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.2 1998/11/09 06:51:34 asami Exp $ +# $Id: Makefile,v 1.3 1998/11/18 12:09:05 asami Exp $ # -DISTNAME= gnumeric-0.3 +DISTNAME= gnumeric-0.5 CATEGORIES= math MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ ftp://ftp.gnome.org/pub/GNOME/sources/ @@ -23,7 +23,8 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --with-gnome=${X11BASE} CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \ -I${X11BASE}/include" \ - GTK_CONFIG="${X11BASE}/bin/gtk11-config" \ + GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" post-install: |