diff options
author | garbled <garbled> | 1998-09-13 14:58:41 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-09-13 14:58:41 +0000 |
commit | a3c28092d2053ebe9cbea28d72fcd30e4c5ef8d4 (patch) | |
tree | 9eea219dbefcacfc518ec965cb649167aaa4a453 /emulators/vice | |
parent | b9b306e7745f66773d795b6063c16672e6495b3a (diff) | |
download | pkgsrc-a3c28092d2053ebe9cbea28d72fcd30e4c5ef8d4.tar.gz |
Add MIRROR_DISTFILE=no until I talk to the author about the legality of
the commodore ROMS he is providing.
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 821056b679e..7b9169cd298 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/09/12 17:46:23 garbled Exp $ +# $NetBSD: Makefile,v 1.3 1998/09/13 14:58:41 garbled Exp $ DISTNAME= vice-0.15.0 CATEGORIES= emulators @@ -10,6 +10,7 @@ HOMEPAGE= http://www.tu-chemnitz.de/~fachat/vice/ BUILD_DEPENDS+= bison:../../devel/bison DEPENDS+= xpm-3.4k:../../graphics/xpm +MIRROR_DISTFILE= no GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS="-Wl,-R${X11BASE}/lib" USE_GMAKE= yes |