diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /games/xdoom/Makefile | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'games/xdoom/Makefile')
-rw-r--r-- | games/xdoom/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile index b0687f784f2..ecdfd2f9bc0 100644 --- a/games/xdoom/Makefile +++ b/games/xdoom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/02/24 23:10:44 minskim Exp $ +# $NetBSD: Makefile,v 1.25 2005/04/11 21:45:58 tv Exp $ DISTNAME= linuxdoom-1.10 PKGNAME= xdoom-1.10 @@ -19,7 +19,6 @@ LICENSE= shareware WRKSRC= ${WRKDIR} EXTRACT_ONLY= doomsrc.zip EXTRACT_CMD= unzip -qo ${DISTDIR}/${EXTRACT_ONLY} -USE_BUILDLINK3= yes USE_X11BASE= yes USE_GNU_TOOLS+= make MAKE_ENV+= X11BASE=${X11BASE} INSTALL_PREFIX=${X11PREFIX} |