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 | f281ab341c0df2d0b4cf8f69b3933c198b295aee (patch) | |
tree | 1cf44d16d2dbc7957b90f0a55889f4339b5e79f9 /sysutils/xosview/Makefile | |
parent | a6530f9cb12f89135d0ded888b346003bcd0800d (diff) | |
download | pkgsrc-f281ab341c0df2d0b4cf8f69b3933c198b295aee.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/ |