pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/rcfunge Can work with system curses



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a12854ab7157
branches:  trunk
changeset: 631517:a12854ab7157
user:      roy <roy%pkgsrc.org@localhost>
date:      Sun Mar 09 11:48:15 2014 +0000

description:
Can work with system curses

diffstat:

 lang/rcfunge/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r af170dd01311 -r a12854ab7157 lang/rcfunge/Makefile
--- a/lang/rcfunge/Makefile     Sun Mar 09 11:02:28 2014 +0000
+++ b/lang/rcfunge/Makefile     Sun Mar 09 11:48:15 2014 +0000
@@ -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 @@
 
 # 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 @@
        ${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"



Home | Main Index | Thread Index | Old Index