diff options
author | ade <ade@FreeBSD.org> | 2000-05-18 00:29:09 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-05-18 00:29:09 +0800 |
commit | 2da0e1b3a5caad3d4daaccb90f819d5ae68c80cb (patch) | |
tree | ad166ddf6e158d949be6db2fb42c3146cb6d4d57 /math/gnumeric2/Makefile | |
parent | ec661d2af264a8f5e85580433d2d42e95968c60d (diff) | |
download | freebsd-ports-graphics-2da0e1b3a5caad3d4daaccb90f819d5ae68c80cb.tar.gz freebsd-ports-graphics-2da0e1b3a5caad3d4daaccb90f819d5ae68c80cb.tar.zst freebsd-ports-graphics-2da0e1b3a5caad3d4daaccb90f819d5ae68c80cb.zip |
Update to 0.53
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 baa5a5080a4..51903614da6 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnumeric -PORTVERSION= 0.52 +PORTVERSION= 0.53 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.7:${PORTSDIR}/print/gnomeprint \ +LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \ glade.3:${PORTSDIR}/devel/libglade GTK_CONFIG?= ${X11BASE}/bin/gtk12-config @@ -33,6 +33,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" -PLIST_SUB= GNUMERIC_REV=${DISTNAME:S/gnumeric-//g} +PLIST_SUB= VERSION=${PORTVERSION} .include <bsd.port.mk> |