diff options
author | obache <obache> | 2012-05-03 09:55:29 +0000 |
---|---|---|
committer | obache <obache> | 2012-05-03 09:55:29 +0000 |
commit | aa59a3e9c944e5ca84f4982611d3952aea90cfe6 (patch) | |
tree | faeb476c22a37813cd54d915993f3791c38ebb58 /games | |
parent | e2838f3201eeded5895f77e97afc7673360a4221 (diff) | |
download | pkgsrc-aa59a3e9c944e5ca84f4982611d3952aea90cfe6.tar.gz |
Drop dependency on libXp (from Imake)
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc,
x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default.
* With x11/xorg-cf-files, libXp was offered with XawClientLibs,
but updated to 1.0.4, it was removed.
* And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc,
so all platforms should not require libXp from libXaw with Imake.
Bump PKGREVISION.
Diffstat (limited to 'games')
-rw-r--r-- | games/spider/Makefile | 5 | ||||
-rw-r--r-- | games/xemeraldia/Makefile | 5 | ||||
-rw-r--r-- | games/xscrabble/Makefile | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/games/spider/Makefile b/games/spider/Makefile index 8abfd4bb173..047ae328dd1 100644 --- a/games/spider/Makefile +++ b/games/spider/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2008/11/10 17:21:35 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/05/03 09:55:29 obache Exp $ DISTNAME= spider PKGNAME= spider-1.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= games x11 MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ @@ -15,6 +15,5 @@ USE_IMAKE= yes INSTALL_TARGET= install install.doc install.man .include "../../x11/libXaw/buildlink3.mk" -.include "../../x11/libXp/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile index 29591b8cb95..76d31cc6567 100644 --- a/games/xemeraldia/Makefile +++ b/games/xemeraldia/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2010/02/19 21:47:06 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2012/05/03 09:55:30 obache Exp $ DISTNAME= xemeraldia-0.3 PKGNAME= xemeraldia-0.31 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= games MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1995/mar/ @@ -29,6 +29,5 @@ CONF_FILES_PERMS+= /dev/null ${PREFIX}/${GAMES_DIR}/xemeraldia/xemeraldia.scores ${GAMES_USER} ${GAMES_GROUP} ${GAMEMODE} .include "../../x11/libXaw/buildlink3.mk" -.include "../../x11/libXp/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index 5e622a795f9..8e0f1a496d2 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2008/11/10 17:21:36 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2012/05/03 09:55:30 obache Exp $ # DISTNAME= xscrabble-1.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= games x11 MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -45,5 +45,4 @@ do-install: .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" -.include "../../x11/libXp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |