diff options
author | kristerw <kristerw> | 2005-07-20 15:11:55 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-07-20 15:11:55 +0000 |
commit | 90eaf520412159975f1c7b3a0c7ed444a3451aca (patch) | |
tree | 0b0e9a0046f85551004f98791cb4066d55d60219 /multimedia | |
parent | 1fefcfee7d9b059c1c9d9f9e87e2a77e284196e6 (diff) | |
download | pkgsrc-90eaf520412159975f1c7b3a0c7ed444a3451aca.tar.gz |
Mark the fetching stage as being interactive.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libdvdcss/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile index f8392c19ad5..f9d8f531979 100644 --- a/multimedia/libdvdcss/Makefile +++ b/multimedia/libdvdcss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/07/14 03:56:37 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2005/07/20 15:11:55 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,6 +24,8 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +INTERACTIVE_STAGE= fetch + USE_LIBTOOL= YES GNU_CONFIGURE= YES |