diff options
author | wiz <wiz> | 2013-02-16 11:18:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-02-16 11:18:58 +0000 |
commit | 1a3fdb3358a326a6f5fd31658abf9e70aff71024 (patch) | |
tree | d0def9b6a36a2b3df4828dbc84a89a15adffc5c1 /lang/squeak-vm | |
parent | 853c2c1e235e3f226c8715a7526402092d570daf (diff) | |
download | pkgsrc-1a3fdb3358a326a6f5fd31658abf9e70aff71024.tar.gz |
Recursive bump for png-1.6.
Diffstat (limited to 'lang/squeak-vm')
-rw-r--r-- | lang/squeak-vm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/squeak-vm/Makefile b/lang/squeak-vm/Makefile index f9d239ba881..7e1042f6c50 100644 --- a/lang/squeak-vm/Makefile +++ b/lang/squeak-vm/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.20 2012/10/29 07:33:40 asau Exp $ +# $NetBSD: Makefile,v 1.21 2013/02/16 11:22:53 wiz Exp $ # SQUEAK_VERSION= 4.10.2.2614 DISTNAME= Squeak-${SQUEAK_VERSION}-src PKGNAME= squeak-vm-${SQUEAK_VERSION:C/-/./} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://squeakvm.org/unix/release/ \ http://ftp.squeak.org/3.10/unix-linux/ |