diff options
author | dburr <dburr@FreeBSD.org> | 1998-07-13 01:25:02 +0000 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1998-07-13 01:25:02 +0000 |
commit | c109e56757cf5f4fe6864c129bf968c19dd30493 (patch) | |
tree | 562ad6eea5aef9f5260af7b5bf963ca2cf1b4c18 /emulators | |
parent | 617155f87c1a039ec52cf659695f43468a2623f5 (diff) | |
download | FreeBSD-ports-c109e56757cf5f4fe6864c129bf968c19dd30493.zip FreeBSD-ports-c109e56757cf5f4fe6864c129bf968c19dd30493.tar.gz |
Oops, forgot to include NO_PACKAGE.
Diffstat (limited to 'emulators')
-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 24b1d6f..a890969 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -3,7 +3,7 @@ # Date created: Mar 28, 1998 # Whom: dchapes@ddm.on.ca # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/12 11:13:24 dburr Exp $ DISTNAME= vice-0.14.1 CATEGORIES= emulators @@ -14,6 +14,7 @@ MAINTAINER= dchapes@ddm.on.ca WRKSRC= ${WRKDIR}/vice-0.14.1/src RESTRICTED= ROMs are copyrighted by Commodore Business Machines +NO_PACKAGE= ${RESTRICTED} GNU_CONFIGURE= YES CONFIGURE_ENV= CFLAGS="${CFLAGS} -O3 -Wall -fomit-frame-pointer -funroll-loops -finline-functions -fno-strength-reduce" |