pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/faad2 This was using NO_BIN_ON_CD. Now fixed to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0b7f502ed437
branches: trunk
changeset: 463336:0b7f502ed437
user: reed <reed%pkgsrc.org@localhost>
date: Thu Nov 06 20:00:12 2003 +0000
description:
This was using NO_BIN_ON_CD. Now fixed to use correct
NO_BIN_ON_CDROM instead.
diffstat:
audio/faad2/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 783cdd8dda26 -r 0b7f502ed437 audio/faad2/Makefile
--- a/audio/faad2/Makefile Thu Nov 06 19:29:06 2003 +0000
+++ b/audio/faad2/Makefile Thu Nov 06 20:00:12 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/06/08 15:30:08 grant Exp $
+# $NetBSD: Makefile,v 1.9 2003/11/06 20:00:12 reed Exp $
#
DISTNAME= faad2-1.1
@@ -12,7 +12,7 @@
RESTRICTED= Dolby doesn't allow binary distributions
NO_BIN_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_CD= ${RESTRICTED}
+NO_BIN_ON_CDROM=${RESTRICTED}
USE_BUILDLINK2= YES
USE_GCC_SHLIB= YES
Home |
Main Index |
Thread Index |
Old Index