diff options
author | maya <maya@pkgsrc.org> | 2017-09-18 09:52:56 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-09-18 09:52:56 +0000 |
commit | 2ece6387179637c993b1b28ed7918b8b68b369fa (patch) | |
tree | a7f9b2825573b3779524d8ae4301eb77dc07592b /emulators/PC6001VX | |
parent | f5872a0e3d161a958fd812d18b79e4f019bba508 (diff) | |
download | pkgsrc-2ece6387179637c993b1b28ed7918b8b68b369fa.tar.gz |
revbump for requiring ICU 59.x
Diffstat (limited to 'emulators/PC6001VX')
-rw-r--r-- | emulators/PC6001VX/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/PC6001VX/Makefile b/emulators/PC6001VX/Makefile index 140fa8b3653..e494035ef7b 100644 --- a/emulators/PC6001VX/Makefile +++ b/emulators/PC6001VX/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2017/09/16 17:10:19 tsutsui Exp $ +# $NetBSD: Makefile,v 1.13 2017/09/18 09:53:20 maya Exp $ VERSION= 2.31.1 DISTNAME= PC6001VX_${VERSION}_src PKGNAME= ${DISTNAME:S/_src//:S/_/-/} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://eighttails.up.seesaa.net/bin/ |