diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-09 15:25:47 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-09 15:25:47 +0000 |
commit | be39acee31451b84efac63393596d0570d88719a (patch) | |
tree | b053dd78202924bf4d9704dda679c129e8741659 /multimedia | |
parent | 1. Update to 1.3.6. (diff) |
Mark NO_CDROM, the CSS code may violate the DMCA
Reviewed by: silence on -ports
Approved by: maintainer timeout (10 days)
Notes
Notes:
svn path=/head/; revision=86655
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libdvdcss/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile index 835a0a838c29..44107b1223a3 100644 --- a/multimedia/libdvdcss/Makefile +++ b/multimedia/libdvdcss/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= Portable abstraction library for DVD decryption +NO_CDROM= CSS code may violate the DMCA + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes |