diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-12 13:57:20 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-12 13:57:20 +0000 |
commit | cb731b4c81d480bba6889a74342fbe5a4f8cae9d (patch) | |
tree | 31225ef66bd231d8ee2e63da3bc5969a76f6f29c /multimedia/libdvdcss | |
parent | 69ed4e430d1e50d8845c8781692f8c3e944b7d34 (diff) | |
download | pkgsrc-cb731b4c81d480bba6889a74342fbe5a4f8cae9d.tar.gz |
Add LICENSE=libdvdcss-license because RESTRICTED is set; leave
RESTRICTED and NO_*_ON_* as they were (set).
Diffstat (limited to 'multimedia/libdvdcss')
-rw-r--r-- | multimedia/libdvdcss/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile index 75a4ec90c8a..a5f2315b893 100644 --- a/multimedia/libdvdcss/Makefile +++ b/multimedia/libdvdcss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/09/06 14:37:05 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2008/09/12 13:57:20 gdt Exp $ # # In order to ensure compliance with U.S. and international law, please # do not modify this file to provide pointers to the source or homepage @@ -17,9 +17,9 @@ COMMENT= Simple library designed for accessing DVDs PKG_DESTDIR_SUPPORT= user-destdir PKGCONFIG_OVERRIDE= libdvdcss.pc.in +# XXX missing +LICENSE= libdvdcss-license RESTRICTED= Legal problems due to CSS code - -# no source because of the CSS source code in it NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} |