diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-28 07:58:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-28 07:58:51 +0000 |
commit | edc8eb4124e6f8368dd86d140cc1435d5304adbf (patch) | |
tree | 835f7b07217925c363aa20c571de9c968b8a0d5b | |
parent | c4af03a94fc11416c829c046bc9ecc4ec1a9f15a (diff) | |
download | pkgsrc-edc8eb4124e6f8368dd86d140cc1435d5304adbf.tar.gz |
buildlink1 -> buildlink2
-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/ |