summaryrefslogtreecommitdiff
path: root/games/xracer
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-29 22:41:00 +0000
committerjlam <jlam@pkgsrc.org>2001-08-29 22:41:00 +0000
commit63fc151cb9f15f8bcc66bbeca21050fea30c29d3 (patch)
tree0943c3791afa0b712d3818b69672014acfe55e03 /games/xracer
parent70004632b203c88d357d29ec8f217d1caa85f9c7 (diff)
downloadpkgsrc-63fc151cb9f15f8bcc66bbeca21050fea30c29d3.tar.gz
Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
Diffstat (limited to 'games/xracer')
-rw-r--r--games/xracer/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xracer/Makefile b/games/xracer/Makefile
index 2be969c7aee..bf502128d9f 100644
--- a/games/xracer/Makefile
+++ b/games/xracer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/08/27 14:35:09 tron Exp $
+# $NetBSD: Makefile,v 1.18 2001/08/29 22:41:14 jlam Exp $
#
DISTNAME= xracer-0.96.9
@@ -11,10 +11,9 @@ COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout
BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
-BUILD_USES_MSGFMT= yes
+BUILD_USES_MSGFMT= # defined
-USE_BUILDLINK_ONLY= YES
-USE_X11= # defined
+USE_BUILDLINK_ONLY= # defined
USE_GMAKE= # defined
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XRacer/.packlist
@@ -43,4 +42,5 @@ pre-patch:
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../graphics/Mesa/buildlink.mk"
.include "../../graphics/jpeg/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"