diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-10 16:06:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-10 16:06:32 +0000 |
commit | 80ee491886d0ad0b88b9dc336e476683e9cb121c (patch) | |
tree | 3d3020be9bfaa2a5e59d50f368ad6eb391a5d5fc /x11/acidlaunch | |
parent | 0f7a9ebfb4ffb57a93cd75c639765167df3710b0 (diff) | |
download | pkgsrc-80ee491886d0ad0b88b9dc336e476683e9cb121c.tar.gz |
Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
Diffstat (limited to 'x11/acidlaunch')
-rw-r--r-- | x11/acidlaunch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/acidlaunch/Makefile b/x11/acidlaunch/Makefile index 1f75b3fd12f..dd9d7eed8cc 100644 --- a/x11/acidlaunch/Makefile +++ b/x11/acidlaunch/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/22 12:58:57 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/10 16:06:52 wiz Exp $ # DISTNAME= acidlaunch-0.5 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://linuxgamers.net/download/ |