diff options
author | dillo <dillo@pkgsrc.org> | 2005-10-11 16:47:44 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-10-11 16:47:44 +0000 |
commit | 32eca56d83ca0d854df7cc92024eba22c62d8dd4 (patch) | |
tree | 3d7b1811e5635b6ea19ca909359c917e5e6f8c89 | |
parent | 98b5931cb4d2569c2331136a1757388b711a6033 (diff) | |
download | pkgsrc-32eca56d83ca0d854df7cc92024eba22c62d8dd4.tar.gz |
Add a reminder not to add INTERACTIVE_STATE=fetch. It has been
added and removed twice in the last two months.
-rw-r--r-- | multimedia/libdvdcss/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile index 18171a0c0ad..4f215d941ec 100644 --- a/multimedia/libdvdcss/Makefile +++ b/multimedia/libdvdcss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/10/10 21:54:31 agc Exp $ +# $NetBSD: Makefile,v 1.14 2005/10/11 16:47:44 dillo 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 @@ -22,6 +22,9 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +# Do *not* add INTERACTIVE_STATE=fetch. The fetch state is not +# interactive if LIBDVDCSS_MASTER_SITES is defined. + USE_LIBTOOL= YES GNU_CONFIGURE= YES |