diff options
author | Donald Burr <dburr@FreeBSD.org> | 1998-07-19 19:32:02 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1998-07-19 19:32:02 +0000 |
commit | c774d0c41b9513775e40676364fd4e5cc1b18558 (patch) | |
tree | 8a94b0314dd612d6ad8071b75c899cb60a0780d3 /emulators/vice | |
parent | d2a240642686add36f103dfc4f8ea146385fcd2e (diff) |
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...)
Notes
Notes:
svn path=/head/; revision=11971
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 b16a312ee8c9..ea55cb5d3a53 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 |