diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-21 01:35:50 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-21 01:35:50 +0000 |
commit | 90764dd2e1decf47147afd91cd978bd9f5f6fe74 (patch) | |
tree | 1038eb313d33cde000b7df04fb9f37cf347d2fbb | |
parent | 20dd1b05f558321e7a28b25a580f0e57d6e3487d (diff) | |
download | pkgsrc-90764dd2e1decf47147afd91cd978bd9f5f6fe74.tar.gz |
Revert previous. The fetch is not interactive enough to be marked as such.
-rw-r--r-- | multimedia/libdvdcss/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile index f9d8f531979..40272854dc4 100644 --- a/multimedia/libdvdcss/Makefile +++ b/multimedia/libdvdcss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/07/20 15:11:55 kristerw Exp $ +# $NetBSD: Makefile,v 1.8 2005/07/21 01:35:50 kristerw Exp $ # # Unfortunately, some reading of the United States law (DMCA) means # that we are not able to provide pointers to the source or homepage @@ -24,8 +24,6 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -INTERACTIVE_STAGE= fetch - USE_LIBTOOL= YES GNU_CONFIGURE= YES |