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/galaxa/Makefile | |
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/galaxa/Makefile')
-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 |