diff options
author | salo <salo@pkgsrc.org> | 2003-04-11 00:34:49 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-04-11 00:34:49 +0000 |
commit | e8375423a91ae58f7b08918629f472fe659f05ae (patch) | |
tree | 8f99c498d55ac395ebf8f0ad6a2510a1afb8b63a /games | |
parent | 8fdaebd60a949213bc07c9610e3e1498d7f49a7b (diff) | |
download | pkgsrc-e8375423a91ae58f7b08918629f472fe659f05ae.tar.gz |
libmikmod buildlink2.mk is pulled in by SDL_sound, no need to include it here.
Diffstat (limited to 'games')
-rw-r--r-- | games/gltron/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index 8a63fec0100..f9b8f363381 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/04/11 00:27:42 salo Exp $ +# $NetBSD: Makefile,v 1.3 2003/04/11 00:34:49 salo Exp $ # DISTNAME= gltron-0.62-source @@ -15,7 +15,6 @@ USE_BUILDLINK2= YES GNU_CONFIGURE= YES .include "../../audio/SDL_sound/buildlink2.mk" -.include "../../audio/libmikmod/buildlink2.mk" .include "../../graphics/MesaLib/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" |