pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/juke
Module Name: pkgsrc
Committed By: roy
Date: Wed Jan 4 16:50:31 UTC 2017
Modified Files:
pkgsrc/audio/juke: Makefile
Log Message:
Use the curses framework.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/juke/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/juke/Makefile
diff -u pkgsrc/audio/juke/Makefile:1.17 pkgsrc/audio/juke/Makefile:1.18
--- pkgsrc/audio/juke/Makefile:1.17 Wed Apr 20 12:10:27 2016
+++ pkgsrc/audio/juke/Makefile Wed Jan 4 16:50:31 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2016/04/20 12:10:27 nros Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/04 16:50:31 roy Exp $
#
DISTNAME= juke-0.7
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://www.moll.no/oyvind/distfiles/
@@ -12,6 +12,7 @@ COMMENT= Simple ncurses based jukebox
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= YES
+FAKE_NCURSES= yes
EGDIR= ${PREFIX}/share/examples/juke
@@ -28,5 +29,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/juke.conf ${DESTDIR}${EGDIR}/juke.conf.default
${INSTALL_DATA} ${WRKSRC}/MANUAL ${DESTDIR}${PREFIX}/share/doc/juke/
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index