diff options
author | jlam <jlam@pkgsrc.org> | 2005-09-04 05:00:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-09-04 05:00:36 +0000 |
commit | daa2b1ac9bf82221a0577798de2d004bc1954be7 (patch) | |
tree | 9c5551f5e14adfbc9dfa43bf2f898a45687d9110 /misc | |
parent | bc9d15941639c6e7458470fdf6c1eef7a052ca64 (diff) | |
download | pkgsrc-daa2b1ac9bf82221a0577798de2d004bc1954be7.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 'misc')
-rw-r--r-- | misc/celestia-gnome/Makefile | 4 | ||||
-rw-r--r-- | misc/celestia-gtk/Makefile | 3 | ||||
-rw-r--r-- | misc/celestia-kde/Makefile | 3 | ||||
-rw-r--r-- | misc/celestia/Makefile | 3 |
4 files changed, 8 insertions, 5 deletions
diff --git a/misc/celestia-gnome/Makefile b/misc/celestia-gnome/Makefile index b007dceb6b2..26db4b3a3de 100644 --- a/misc/celestia-gnome/Makefile +++ b/misc/celestia-gnome/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2005/06/20 06:06:11 hira Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/04 05:00:36 jlam Exp $ PKGNAME= ${DISTNAME:S/-/-gnome-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= GNOME frontend for free real-time 3D space simulator diff --git a/misc/celestia-gtk/Makefile b/misc/celestia-gtk/Makefile index f2e3ad5feb4..abb193902c4 100644 --- a/misc/celestia-gtk/Makefile +++ b/misc/celestia-gtk/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:21 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/04 05:00:36 jlam Exp $ PKGNAME= ${DISTNAME:S/-/-gtk-/} +PKGREVISION= 1 COMMENT= GTK frontend for free real-time 3D space simulator diff --git a/misc/celestia-kde/Makefile b/misc/celestia-kde/Makefile index 171c0f76f11..63d6fe29612 100644 --- a/misc/celestia-kde/Makefile +++ b/misc/celestia-kde/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2005/06/17 03:50:21 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2005/09/04 05:00:36 jlam Exp $ PKGNAME= ${DISTNAME:S/-/-kde-/} +PKGREVISION= 1 COMMENT= KDE frontend for free real-time 3D space simulator diff --git a/misc/celestia/Makefile b/misc/celestia/Makefile index 4180ceadbc4..619689de1c6 100644 --- a/misc/celestia/Makefile +++ b/misc/celestia/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2004/11/12 15:12:00 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/04 05:00:36 jlam Exp $ +PKGREVISION= 1 COMMENT= Free real-time 3D space simulator USE_PKGINSTALL= yes |