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/galaxa | |
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/galaxa')
-rw-r--r-- | games/galaxa/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |