pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/applerecords Replaced #defined with "yes" in NO_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b96f35486082
branches:  trunk
changeset: 494591:b96f35486082
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 25 22:55:20 2005 +0000

description:
Replaced #defined with "yes" in NO_BUILD.

diffstat:

 audio/applerecords/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f6aa4a3bc992 -r b96f35486082 audio/applerecords/Makefile
--- a/audio/applerecords/Makefile       Wed May 25 22:53:55 2005 +0000
+++ b/audio/applerecords/Makefile       Wed May 25 22:55:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/28 20:14:51 lha Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/25 22:55:20 rillig Exp $
 #
 
 DISTNAME=              applerecords-0.5
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.cdavies.org/applerecords.html
 COMMENT=               Java DAAP client
 
-NO_BUILD=              # defined
+NO_BUILD=              yes
 WRKSRC=                        ${WRKDIR}
 USE_JAVA=              run
 



Home | Main Index | Thread Index | Old Index