pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nap



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 20:04:50 UTC 2017

Modified Files:
        pkgsrc/net/nap: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/nap/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/nap/Makefile
diff -u pkgsrc/net/nap/Makefile:1.28 pkgsrc/net/nap/Makefile:1.29
--- pkgsrc/net/nap/Makefile:1.28        Tue Sep  8 11:57:50 2015
+++ pkgsrc/net/nap/Makefile     Wed Jan  4 20:04:50 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2015/09/08 11:57:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2017/01/04 20:04:50 roy Exp $
 
 DISTNAME=      nap-1.4.4
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=nap/}
 
@@ -10,6 +10,7 @@ HOMEPAGE=     http://nap.sourceforge.net/
 COMMENT=       Terminal based Napster client similar to ircII
 
 GNU_CONFIGURE=         YES
+FAKE_NCURSES=          yes
 
 INSTALLATION_DIRS+=    share/doc/nap share/examples/nap
 
@@ -20,5 +21,5 @@ post-install:
        ${INSTALL_DATA} ${WRKSRC}/nap.conf.dist \
                ${DESTDIR}${PREFIX}/share/examples/nap/nap.conf
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index