diff options
author | wiz <wiz> | 2002-09-10 16:06:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-10 16:06:32 +0000 |
commit | 05619d51fd47cef98f3fd8aefe0ea9c96e27f390 (patch) | |
tree | 3d3020be9bfaa2a5e59d50f368ad6eb391a5d5fc /games/gtkballs | |
parent | 54a6ae9b3313df278940916d0b16c7b8aaa0f8a3 (diff) | |
download | pkgsrc-05619d51fd47cef98f3fd8aefe0ea9c96e27f390.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 'games/gtkballs')
-rw-r--r-- | games/gtkballs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile index 876ad8019ff..8d2ef97ef34 100644 --- a/games/gtkballs/Makefile +++ b/games/gtkballs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2002/08/30 23:16:27 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2002/09/10 16:06:41 wiz Exp $ # DISTNAME= gtkballs-3.0.1 +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.antex.ru/pub/unix/dfo/gtkballs/ \ http://gtkballs.antex.ru/dist/ |