diff options
author | jlam <jlam> | 2005-09-04 05:00:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-09-04 05:00:36 +0000 |
commit | d903b9d85f5c083577f825dd812feba3e5d3ee93 (patch) | |
tree | 9c5551f5e14adfbc9dfa43bf2f898a45687d9110 /wm | |
parent | 8b4629da0c1499f84aa638d39d4180c4717d437d (diff) | |
download | pkgsrc-d903b9d85f5c083577f825dd812feba3e5d3ee93.tar.gz |
Bump the PKGREVISION of packages that linked against the lua shared
library after lang/lua was libtoolized in lua-5.0.2nb4.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/ion/Makefile | 4 | ||||
-rw-r--r-- | wm/ion3-devel/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/wm/ion/Makefile b/wm/ion/Makefile index 95638614244..4916d3bcc77 100644 --- a/wm/ion/Makefile +++ b/wm/ion/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2005/06/01 18:03:25 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2005/09/04 05:00:36 jlam Exp $ # DISTNAME= ion-2-20040729 PKGNAME= ${DISTNAME:S/-2-/-/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= wm x11 MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/ion/dl/ diff --git a/wm/ion3-devel/Makefile b/wm/ion3-devel/Makefile index e2617fa593f..1750047e1b9 100644 --- a/wm/ion3-devel/Makefile +++ b/wm/ion3-devel/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2005/06/01 18:03:25 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/04 05:00:36 jlam Exp $ # DISTNAME= ion-3ds-20040906 PKGNAME= ${DISTNAME:S/-3ds-/3-/} +PKGREVISION= 1 CATEGORIES= wm x11 MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/ion/dl/ |