diff options
author | agc <agc@pkgsrc.org> | 2003-02-12 14:52:00 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-02-12 14:52:00 +0000 |
commit | 615f6a7a0ba73d8143aeabc5ce8bd62d994f56f9 (patch) | |
tree | 293409963656ac061c39d8e59691441146b9df3c /misc | |
parent | d366dca54ce3eb0f78758c7652c1deda3b703ea3 (diff) | |
download | pkgsrc-615f6a7a0ba73d8143aeabc5ce8bd62d994f56f9.tar.gz |
Make the reason for restriction more explicit.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libdvdcss/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/libdvdcss/Makefile b/misc/libdvdcss/Makefile index e7b2a96ce5c..66429b6db0e 100644 --- a/misc/libdvdcss/Makefile +++ b/misc/libdvdcss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/01/24 10:04:23 agc Exp $ +# $NetBSD: Makefile,v 1.3 2003/02/12 14:52:00 agc Exp $ # # Unfortunately, some reading of the United States law (DMCA) means # that we are not able to provide pointers to the source or homepage @@ -15,8 +15,13 @@ MAINTAINER= marc@informatik.uni-bremen.de HOMEPAGE= ${LIBDVDCSS_HOMEPAGE} COMMENT= simple library designed for accessing DVDs -# no source on the ftp server because of the css source code in it +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} +NO_BIN_ON_CDROM= ${RESTRICTED} USE_BUILDLINK2= YES USE_LIBTOOL= YES |