diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-21 17:09:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-21 17:09:53 +0000 |
commit | 36d6f5641a3c28b58017f38a7912e4a8f623c0e3 (patch) | |
tree | 96ec89662dba25d21b5f9e81ec36c96d484fc3cd /emulators/zsnes/Makefile | |
parent | 498ca1f48ab2d4fb37fc36201bf9d506ef6b6107 (diff) | |
download | pkgsrc-36d6f5641a3c28b58017f38a7912e4a8f623c0e3.tar.gz |
Fix stupid gentenv-linuxism: don't assume it is malloced.
From Rumko in #dragonflybsd. Bump revision.
Diffstat (limited to 'emulators/zsnes/Makefile')
-rw-r--r-- | emulators/zsnes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 9f515acfad5..090559af2bd 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.33 2006/05/15 19:59:16 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2006/05/21 17:09:53 joerg Exp $ # DISTNAME= zsnes142src PKGNAME= zsnes-1.42 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsnes/} |