diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-23 04:02:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-23 04:02:48 +0000 |
commit | 82908831d8f563c20b941d9f9e526f981706fdf6 (patch) | |
tree | 42064f4c1a144ddccd1b23622b379273f37a5df8 /games/genecys-client | |
parent | b7949caef5cf9f2a9ed38044a9afbc543601cba7 (diff) | |
download | pkgsrc-82908831d8f563c20b941d9f9e526f981706fdf6.tar.gz |
* Libtoolize graphics/OpenRM so that we correctly build shared libraries
on all platforms supported by libtool.
* Remove the unnecessary dependencies on glut and perl, and only use
perl as a build dependency.
* Use REPLACE_PERL instead of hand-crafted substitution code.
Bump the PKGREVISION for graphics/OpenRM to 2. Due to the changed
dependency graph, bump the PKGREVISION for packages that use the OpenRM
libraries. In this case, games/genecys-client is the only one, so
bump its PKGREVISION to 2.
Diffstat (limited to 'games/genecys-client')
-rw-r--r-- | games/genecys-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/genecys-client/Makefile b/games/genecys-client/Makefile index 586312eb67b..ad1a7631d9e 100644 --- a/games/genecys-client/Makefile +++ b/games/genecys-client/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:50 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/23 04:02:48 jlam Exp $ # DISTNAME= genecys-0.2 PKGNAME= genecys-client-0.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=genecys/} |