diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-25 17:30:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-25 17:30:39 +0000 |
commit | d0ddb3562ff3e3adede70610a86d22ee811259e4 (patch) | |
tree | 6ff3fa89b4b73803482fffb123979374acfaf64b /games/frotz/Makefile | |
parent | f12d8ab5ac4f4eadc71719bf8f87a335092ca2dc (diff) | |
download | pkgsrc-d0ddb3562ff3e3adede70610a86d22ee811259e4.tar.gz |
Buildlinkify. Use appropriate INCOMPAT_CURSES for setscrreg().
Diffstat (limited to 'games/frotz/Makefile')
-rw-r--r-- | games/frotz/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile index 14f5ceead7a..a3c0224f2e6 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/12/08 22:08:51 kristerw Exp $ +# $NetBSD: Makefile,v 1.7 2001/12/25 17:30:39 wiz Exp $ # DISTNAME= frotz-2.41 @@ -14,8 +14,10 @@ MAINTAINER= seebs@plethora.net HOMEPAGE= http://www.cs.csubak.edu/~dgriffi/proj/frotz/ COMMENT= Curses-based interpreter for Infocom-compatible games -# uses setscrreg, which is missing from our curses -DEPENDS+= ncurses>=4.2:../../devel/ncurses +USE_BUILDLINK_ONLY= yes + +# setscrreg() +INCOMPAT_CURSES= 1.5 1.5.* 1.5[A-V] SAMPLEDIR= ${PREFIX}/share/examples/frotz DOCDIR= ${PREFIX}/share/doc/frotz @@ -28,4 +30,5 @@ do-install: ${INSTALL_DATA_DIR} ${DOCDIR} cd ${WRKSRC} && ${INSTALL_DATA} README INSTALL HOW_TO_PLAY ${DOCDIR} +.include "../../devel/ncurses/buildlink.mk" .include "../../mk/bsd.pkg.mk" |