summaryrefslogtreecommitdiff
path: root/graphics/mplayer
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-12-25 16:45:33 +0000
committerzuntum <zuntum@pkgsrc.org>2001-12-25 16:45:33 +0000
commitf12d8ab5ac4f4eadc71719bf8f87a335092ca2dc (patch)
tree16a8d002cee6fe9854d41bb0a42273b0c0b1f7ea /graphics/mplayer
parent1d80dd48b719ddd4066d6cfd6e0d820a4339730f (diff)
downloadpkgsrc-f12d8ab5ac4f4eadc71719bf8f87a335092ca2dc.tar.gz
Set NO_BIN_ON_{FTP,CDROM} because several people suggested it,
and I am uncertain of the license. Needs investigation.
Diffstat (limited to 'graphics/mplayer')
-rw-r--r--graphics/mplayer/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile
index 872d2dcba13..a9cb1899be1 100644
--- a/graphics/mplayer/Makefile
+++ b/graphics/mplayer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/12/22 21:06:56 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/12/25 16:45:33 zuntum Exp $
#
DISTNAME= MPlayer-0.18pre
@@ -16,6 +16,10 @@ ONLY_FOR_PLATFORM= NetBSD-1.5[Y-Z]*-i386
DEPENDS+= win32-codecs>=010122:../../graphics/win32-codecs
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
+RESTRICTED= "unsure of the license"
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+
USE_X11= YES
USE_GMAKE= YES
HAS_CONFIGURE= YES