diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 20:56:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 20:56:53 +0000 |
commit | b7d5f4c953daa04b63ee41a5cee01e2e95a0f8c0 (patch) | |
tree | 7373b8a22b8efa00b69e643a313368e512e84951 /emulators/vice/Makefile | |
parent | Mark BROKEN on -current (does not compile with gcc 3.3) (diff) |
Remove NO_CDROM (implied by RESTRICTED) and NO_PACKAGE (RESTRICTED prevents
package distribution, but we still want to see failure logs on bento)
Diffstat (limited to '')
-rw-r--r-- | emulators/vice/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index ce1b3e9fad49..bc06951ee344 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -20,8 +20,6 @@ LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d .endif RESTRICTED= ROMs are copyrighted by Commodore Business Machines -NO_CDROM= ${RESTRICTED} -NO_PACKAGE= ${RESTRICTED} USE_XPM= yes GNU_CONFIGURE= yes |