diff options
Diffstat (limited to 'games/ltris/Makefile')
-rw-r--r-- | games/ltris/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile index acbe7d19d5c..13f8bcc29e7 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/11/16 20:02:30 drochner Exp $ +# $NetBSD: Makefile,v 1.26 2012/10/06 11:54:46 asau Exp $ DISTNAME= ltris-1.0.18 CATEGORIES= games @@ -8,8 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://lgames.sourceforge.net/ COMMENT= SDL tetris clone -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes .include "../../audio/SDL_mixer/buildlink3.mk" |