diff options
author | ade <ade@FreeBSD.org> | 2000-03-28 02:57:20 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-03-28 02:57:20 +0000 |
commit | 8b4046f88e15029475cf6e4d6f6312147b3a47c2 (patch) | |
tree | ca12e048404ae25a708d5bdef8520b56c5c0dc4d /math/gnumeric2/Makefile | |
parent | b1dc3560d7e20467341a6d17b306262cae9ef4c0 (diff) | |
download | FreeBSD-ports-8b4046f88e15029475cf6e4d6f6312147b3a47c2.zip FreeBSD-ports-8b4046f88e15029475cf6e4d6f6312147b3a47c2.tar.gz |
Update to 0.50 - lots, and lots, and lots of updates, bugfixes
and general cleanups
Diffstat (limited to 'math/gnumeric2/Makefile')
-rw-r--r-- | math/gnumeric2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 114f24f..9de020a 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gnumeric -# Version required: 0.48 +# Version required: 0.50 # Date created: 08 October 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ # -DISTNAME= gnumeric-0.48 +DISTNAME= gnumeric-0.50 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric @@ -17,7 +17,7 @@ BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ python:${PORTSDIR}/lang/python RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ python:${PORTSDIR}/lang/python -LIB_DEPENDS= gnomeprint.5:${PORTSDIR}/print/gnomeprint \ +LIB_DEPENDS= gnomeprint.6:${PORTSDIR}/print/gnomeprint \ glade.3:${PORTSDIR}/devel/libglade GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |