diff options
author | danw <danw@pkgsrc.org> | 2004-05-23 20:58:41 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-23 20:58:41 +0000 |
commit | 266b5f6a26c5fdc11525f9af5f86cfeab436558f (patch) | |
tree | 42c40198ac2e68ba177dd5a85202a002cbbf0341 /games | |
parent | a758fb3eb090bc7bc82fad5015085cb32e132ba3 (diff) | |
download | pkgsrc-266b5f6a26c5fdc11525f9af5f86cfeab436558f.tar.gz |
USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated
properly on various OSes
Diffstat (limited to 'games')
-rw-r--r-- | games/galaxa/Makefile | 3 | ||||
-rw-r--r-- | games/spellcast/Makefile | 3 | ||||
-rw-r--r-- | games/xevil/Makefile | 3 | ||||
-rw-r--r-- | games/xzip/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/games/galaxa/Makefile b/games/galaxa/Makefile index da8e8b462cf..6e5cb59d3a3 100644 --- a/games/galaxa/Makefile +++ b/games/galaxa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/20 12:15:40 agc Exp $ +# $NetBSD: Makefile,v 1.11 2004/05/23 20:58:41 danw Exp $ # DISTNAME= galaxa.0.1 @@ -14,6 +14,7 @@ COMMENT= Space game based loosely on "Galaga" WRKSRC= ${WRKDIR}/galaxa MAKEFILE= makefile USE_X11= yes +USE_BUILDLINK3= yes pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/galaxa diff --git a/games/spellcast/Makefile b/games/spellcast/Makefile index 712738a77a4..4400d491af5 100644 --- a/games/spellcast/Makefile +++ b/games/spellcast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/16 15:10:59 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/23 20:58:41 danw Exp $ # DISTNAME= spellcast @@ -12,5 +12,6 @@ HOMEPAGE= http://www.eblong.com/zarf/spellcast.html COMMENT= Game of dueling wizards for two players USE_X11BASE= yes +USE_BUILDLINK3= yes .include "../../mk/bsd.pkg.mk" diff --git a/games/xevil/Makefile b/games/xevil/Makefile index 674ab82d6b4..84ddcdd9d0f 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:15:41 agc Exp $ +# $NetBSD: Makefile,v 1.10 2004/05/23 20:58:42 danw Exp $ DISTNAME= xevil1.5.1e PKGNAME= xevil-1.5.1e @@ -16,5 +16,6 @@ MAKE_ENV= HOSTTYPE="netbsd" \ WRKSRC= ${WRKDIR} USE_X11BASE= yes +USE_BUILDLINK3= yes .include "../../mk/bsd.pkg.mk" diff --git a/games/xzip/Makefile b/games/xzip/Makefile index 6c97768e996..b954091720d 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:15:42 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/23 20:58:42 danw Exp $ DISTNAME= xzip180 PKGNAME= xzip-1.8 @@ -12,6 +12,7 @@ COMMENT= Z-code interpreter for X11 (Infocom game format) WRKSRC= ${WRKDIR}/xzip USE_X11BASE= yes +USE_BUILDLINK3= yes ALL_TARGET= xzip .include "../../mk/bsd.pkg.mk" |