From 63fc151cb9f15f8bcc66bbeca21050fea30c29d3 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 29 Aug 2001 22:41:00 +0000 Subject: 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. --- games/xracer/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/xracer') 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" -- cgit v1.2.3