diff options
author | dburr <dburr@FreeBSD.org> | 1998-07-19 19:32:02 +0000 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1998-07-19 19:32:02 +0000 |
commit | 5f454bb8c06474e32c80964a4c60739061544f89 (patch) | |
tree | 63e4e27e67619f3d3b1f9a897ec9c9caec32755d /emulators/vice | |
parent | f60a25c30ee512d5c7691b04a9c92e8997854414 (diff) | |
download | FreeBSD-ports-5f454bb8c06474e32c80964a4c60739061544f89.zip FreeBSD-ports-5f454bb8c06474e32c80964a4c60739061544f89.tar.gz |
Add NO_CDROM. (Not sure if RESTRICTED implies this, but since we *don't*
want copyrighted stuff on the 2.2.7 CD-ROM, better safe than sorry...)
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index b16a312..ea55cb5 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -3,7 +3,7 @@ # Date created: Mar 28, 1998 # Whom: dchapes@ddm.on.ca # -# $Id: Makefile,v 1.3 1998/07/13 11:57:58 dburr Exp $ +# $Id: Makefile,v 1.4 1998/07/13 20:02:39 dburr Exp $ DISTNAME= vice-0.14.1 CATEGORIES= emulators @@ -16,6 +16,7 @@ LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d WRKSRC= ${WRKDIR}/vice-0.14.1/src RESTRICTED= ROMs are copyrighted by Commodore Business Machines +NO_CDROM= ${RESTRICTED} NO_PACKAGE= ${RESTRICTED} GNU_CONFIGURE= YES |