diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-13 03:43:37 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-13 03:43:37 +0000 |
commit | d173847fb4a1a5c9c36b94dd94a20b2503c24c20 (patch) | |
tree | 429637b4793b8a13de0477b63c0077b033630dc5 /emulators | |
parent | 8b4a1d2a65109068ab216b46f327c12e4c9891e9 (diff) | |
download | FreeBSD-ports-d173847fb4a1a5c9c36b94dd94a20b2503c24c20.zip FreeBSD-ports-d173847fb4a1a5c9c36b94dd94a20b2503c24c20.tar.gz |
Mark BROKEN for ELF:
===> ines-0.7 depends on shared library: X11.6 - found
install -c -s -o root -g wheel -m 555 /usr/ports/emulators/ines/work/NES/ines /usr/X11R6/bin
/usr/libexec/elf/strip: /usr/X11R6/bin/ines: File format not recognized
*** Error code 70
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ines/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index 1dff466..de7f1f6 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -3,7 +3,7 @@ # Date created: 02 November 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.6 1998/01/26 09:43:36 vanilla Exp $ +# $Id: Makefile,v 1.7 1998/08/05 09:30:49 asami Exp $ # DISTNAME= iNES07-FreeBSD-80x86-bin @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp +BROKEN_ELF= yes + WRKSRC= ${WRKDIR}/NES USE_X_PREFIX= yes NO_BUILD= yes |