diff options
author | wiz <wiz@pkgsrc.org> | 2003-11-11 07:57:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-11-11 07:57:42 +0000 |
commit | 179b62a9ddfe26015c64d2f1478e87bf254e1186 (patch) | |
tree | 1cf44d16d2dbc7957b90f0a55889f4339b5e79f9 /sysutils/xosview/Makefile | |
parent | 0812f3437bec84fdca83bda54d4bc57ed76daf50 (diff) | |
download | pkgsrc-179b62a9ddfe26015c64d2f1478e87bf254e1186.tar.gz |
Update to 1.8.1, CHANGES file says:
- Update linux port to build with gcc 3.2 and 3.3 (should still work
with 2.95.
Diffstat (limited to 'sysutils/xosview/Makefile')
-rw-r--r-- | sysutils/xosview/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 2f2984a26e3..df9ca6a9646 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2003/11/10 17:18:28 agc Exp $ +# $NetBSD: Makefile,v 1.46 2003/11/11 07:57:42 wiz Exp $ -DISTNAME= xosview-1.8.1alpha +DISTNAME= xosview-1.8.1 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xosview/} MAINTAINER= bgrayson@NetBSD.org HOMEPAGE= http://xosview.sourceforge.net/ |