diff options
author | wiz <wiz> | 2010-09-14 11:00:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-09-14 11:00:44 +0000 |
commit | 20ac8dbdde42857f4c0d4602f7f96251e2cc0002 (patch) | |
tree | e242dbe8d0f523c14bb4f6d48416a02a762797cc /lang/smalltalk | |
parent | 05579362427c2dcc2bb60e7d0a84e9609904902d (diff) | |
download | pkgsrc-20ac8dbdde42857f4c0d4602f7f96251e2cc0002.tar.gz |
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
Diffstat (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 053e7f3eabb..eff3daef8d0 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2010/07/31 22:06:24 asau Exp $ +# $NetBSD: Makefile,v 1.54 2010/09/14 11:02:14 wiz Exp $ DISTNAME= smalltalk-3.2.2 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=smalltalk/} |