diff options
author | joerg <joerg@pkgsrc.org> | 2012-06-15 18:51:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-06-15 18:51:32 +0000 |
commit | 53536950863b0e11d483e54c9bf7717084dce47d (patch) | |
tree | 883413134c934be5c260873058914cf630e9f00d /games/zoom/Makefile | |
parent | c888f17a2a135d4b84684fb08cef85a154656868 (diff) | |
download | pkgsrc-53536950863b0e11d483e54c9bf7717084dce47d.tar.gz |
Fix use of nested functions. Bump revision. Fix C99 inline usage.
Diffstat (limited to 'games/zoom/Makefile')
-rw-r--r-- | games/zoom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/zoom/Makefile b/games/zoom/Makefile index 44392d9ba46..f2bcd5d6994 100644 --- a/games/zoom/Makefile +++ b/games/zoom/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2011/11/01 06:01:23 sbd Exp $ +# $NetBSD: Makefile,v 1.25 2012/06/15 18:51:32 joerg Exp $ DISTNAME= zoom-1.0.3 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= games MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/ |