pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/rexima



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 16:59:28 UTC 2017

Modified Files:
        pkgsrc/audio/rexima: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/rexima/Makefile

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

Modified files:

Index: pkgsrc/audio/rexima/Makefile
diff -u pkgsrc/audio/rexima/Makefile:1.10 pkgsrc/audio/rexima/Makefile:1.11
--- pkgsrc/audio/rexima/Makefile:1.10   Wed Apr 20 12:10:30 2016
+++ pkgsrc/audio/rexima/Makefile        Wed Jan  4 16:59:28 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2016/04/20 12:10:30 nros Exp $
+# $NetBSD: Makefile,v 1.11 2017/01/04 16:59:28 roy Exp $
 #
 
 DISTNAME=              rexima-1.4
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            audio
 MASTER_SITES=          ftp://ftp.ibiblio.org/pub/Linux/apps/sound/mixers/
 
@@ -11,6 +11,8 @@ HOMEPAGE=             http://rus.members.beeb.net/r
 COMMENT=               Curses-based interactive mixer
 LICENSE=               gnu-gpl-v2
 
-.include "../../devel/ncurses/buildlink3.mk"
+FAKE_NCURSES=          yes
+
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/oss.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index