diff options
author | wiz <wiz> | 2011-01-13 13:36:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-01-13 13:36:05 +0000 |
commit | 7485b2b7a0cd79c171e558ae7a13d992bb45af8d (patch) | |
tree | 88e815d783e836dbfc6cc98e62ec39f0cd57cff6 /emulators/hatari | |
parent | 1c58030c89252417cec81202772bb1451ae039c7 (diff) | |
download | pkgsrc-7485b2b7a0cd79c171e558ae7a13d992bb45af8d.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Diffstat (limited to 'emulators/hatari')
-rw-r--r-- | emulators/hatari/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index ec1c77cdafd..8f5b3c06c27 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2010/08/27 08:24:27 adam Exp $ +# $NetBSD: Makefile,v 1.29 2011/01/13 13:37:35 wiz Exp $ DISTNAME= hatari-1.4.0 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.berlios.de/hatari/ EXTRACT_SUFX= .tar.bz2 |