diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/ltris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile index 1e21b55b2f3..ccc70ce8c11 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/08/27 19:01:22 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/28 07:58:51 jlam Exp $ # DISTNAME= ltris-1.0.1 @@ -9,7 +9,7 @@ MAINTAINER= xs@nitric.net HOMEPAGE= http://lgames.sourceforge.net/ COMMENT= SDL tetris clone -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-highscore-path=${LOCALBASE}/share/games/ |