summaryrefslogtreecommitdiff
path: root/lang/rcfunge
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2014-03-09 11:48:15 +0000
committerroy <roy@pkgsrc.org>2014-03-09 11:48:15 +0000
commitd9660f75a66f19ea23b3b07985e8b2a8915f288a (patch)
tree49cca8c83481dbdf86d30bffe5f217ecf856dcd3 /lang/rcfunge
parent9287c21b20ddfe7a4b622905830f578609c22d7f (diff)
downloadpkgsrc-d9660f75a66f19ea23b3b07985e8b2a8915f288a.tar.gz
Can work with system curses
Diffstat (limited to 'lang/rcfunge')
-rw-r--r--lang/rcfunge/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/rcfunge/Makefile b/lang/rcfunge/Makefile
index 620cd9e142a..a0715c66f2d 100644
--- a/lang/rcfunge/Makefile
+++ b/lang/rcfunge/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2014/02/08 23:34:05 wiedi Exp $
+# $NetBSD: Makefile,v 1.5 2014/03/09 11:48:15 roy Exp $
#
DISTNAME= rcfunge2
PKGNAME= rcfunge-2.02
+PKGREVISION= 1
DIST_SUBDIR= rcfunge-2.02
CATEGORIES= lang
MASTER_SITES= http://www.rcfunge98.com/
@@ -22,6 +23,7 @@ LDFLAGS.SunOS+= -lsocket -lnsl
# keypad(3) return value was fixed after -5 branch (might be pulled up)
INCOMPAT_CURSES+= NetBSD-[0-4]*-* NetBSD-5.[0-8]*-*
+FAKE_NCURSES= yes # tries to link to ncurses directly
pre-build:
${MKDIR} ${WRKSRC}/bin
@@ -30,5 +32,5 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/funge ${DESTDIR}${PREFIX}/bin
.include "../../x11/libX11/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"