diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 08:28:15 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 08:28:15 +0800 |
commit | a3d9a8916726801373ec0b2c9575f54cbaf7e60c (patch) | |
tree | c6aa07c9ef45107508917839a77b8771bc3f3555 /multimedia | |
parent | d7baba0b3a8cac48ba16d966d8dc6d0209fcef2e (diff) | |
download | freebsd-ports-gnome-a3d9a8916726801373ec0b2c9575f54cbaf7e60c.tar.gz freebsd-ports-gnome-a3d9a8916726801373ec0b2c9575f54cbaf7e60c.tar.zst freebsd-ports-gnome-a3d9a8916726801373ec0b2c9575f54cbaf7e60c.zip |
NO_PACKAGE and NO_CDROM are not appropriate; use RESTRICTED here instead
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mtv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/mtv/Makefile b/multimedia/mtv/Makefile index 7780417400ce..7976f142c5ae 100644 --- a/multimedia/mtv/Makefile +++ b/multimedia/mtv/Makefile @@ -16,8 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= High-performance MPEG video player (shareware) EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz -NO_PACKAGE= "No redistribution" -NO_CDROM= "No redistribution" +RESTRICTED= No redistribution ONLY_FOR_ARCHS= i386 USE_LINUX= yes USE_X_PREFIX= yes |