diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-13 14:52:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-13 14:52:20 +0000 |
commit | 98ccb817f37d05f3ea53586f3cf3f0c4d7b0c5e4 (patch) | |
tree | 2bb01a0f3f22e364b9f0dc957cbbaf4ae369b2b3 /games/frotz | |
parent | e50cfaebb67498a236a0615b7f54092e06b925b7 (diff) | |
download | pkgsrc-98ccb817f37d05f3ea53586f3cf3f0c4d7b0c5e4.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'games/frotz')
-rw-r--r-- | games/frotz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile index 49304f6129f..4b78ca56043 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/08/07 06:10:35 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2002/10/13 15:21:09 wiz Exp $ # DISTNAME= frotz-2.42 @@ -15,7 +15,7 @@ MAINTAINER= seebs@plethora.net HOMEPAGE= http://www.cs.csubak.edu/~dgriffi/proj/frotz/ COMMENT= Curses-based interpreter for Infocom-compatible games -USE_BUILDLINK_ONLY= yes +USE_BUILDLINK2= yes # setscrreg() INCOMPAT_CURSES= NetBSD-1.5-* NetBSD-1.5.*-* NetBSD-1.5[A-V]-* @@ -31,5 +31,5 @@ do-install: ${INSTALL_DATA_DIR} ${DOCDIR} cd ${WRKSRC} && ${INSTALL_DATA} README INSTALL HOW_TO_PLAY ${DOCDIR} -.include "../../devel/ncurses/buildlink.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |