diff options
author | danw <danw> | 2004-05-23 20:58:41 +0000 |
---|---|---|
committer | danw <danw> | 2004-05-23 20:58:41 +0000 |
commit | 1529eb586f30ff5b9f1d3e62b0e1214f976a61ce (patch) | |
tree | 42c40198ac2e68ba177dd5a85202a002cbbf0341 /games/spellcast | |
parent | 2876801319a6e48ccc8e817f91c4fcd071a4d241 (diff) | |
download | pkgsrc-1529eb586f30ff5b9f1d3e62b0e1214f976a61ce.tar.gz |
USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated
properly on various OSes
Diffstat (limited to 'games/spellcast')
-rw-r--r-- | games/spellcast/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |