diff options
Diffstat (limited to 'games/xracer')
-rw-r--r-- | games/xracer/Makefile | 8 |
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" |