diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-04-19 15:07:43 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-04-19 15:07:43 +0000 |
commit | 9416f1e857f9f29eec17faedbbc8a878a219ff07 (patch) | |
tree | ac8951525016ac6474792108ff21162cbac6d1eb /math/gnumeric2/Makefile | |
parent | 08df76d077ed64c781942aae5256ce3b24b96e2b (diff) |
Notes
Diffstat (limited to 'math/gnumeric2/Makefile')
-rw-r--r-- | math/gnumeric2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index d062fefda9b3..baa5a5080a4e 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnumeric -PORTVERSION= 0.51 +PORTVERSION= 0.52 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.6:${PORTSDIR}/print/gnomeprint \ +LIB_DEPENDS= gnomeprint.7:${PORTSDIR}/print/gnomeprint \ glade.3:${PORTSDIR}/devel/libglade GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |