diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-28 10:11:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-28 10:11:57 +0000 |
commit | 9f25b7e542ced937493e8ed2316fdf702a7c2b88 (patch) | |
tree | 16569735b17cdab7162c03efecd1d5a465a3c146 /emulators | |
parent | 5f29950ac9d9daa7ca37085ccec66305b0d83398 (diff) | |
download | ports-9f25b7e542ced937493e8ed2316fdf702a7c2b88.tar.gz ports-9f25b7e542ced937493e8ed2316fdf702a7c2b88.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fceu/Makefile | 5 | ||||
-rw-r--r-- | emulators/fceux/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/emulators/fceu/Makefile b/emulators/fceu/Makefile index a60627a9034a..2c277a12a142 100644 --- a/emulators/fceu/Makefile +++ b/emulators/fceu/Makefile @@ -9,7 +9,6 @@ PORTNAME= fceu PORTVERSION= 0.98.12 CATEGORIES= emulators MASTER_SITES= http://fceultra.sourceforge.net/releases/ -MASTER_SITE_SUBDIR= fceultra DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= xcas@cox.net @@ -33,6 +32,10 @@ TECHPPUDOCS= "2C02_technical_operation.TXT" loopy1.txt loopy2.txt .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + pre-everything:: .if !defined(NOPORTDOCS) && !defined(TECH_DOC_INSTALL) @${ECHO_MSG} "You can install technical documents" diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index a60627a9034a..2c277a12a142 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -9,7 +9,6 @@ PORTNAME= fceu PORTVERSION= 0.98.12 CATEGORIES= emulators MASTER_SITES= http://fceultra.sourceforge.net/releases/ -MASTER_SITE_SUBDIR= fceultra DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= xcas@cox.net @@ -33,6 +32,10 @@ TECHPPUDOCS= "2C02_technical_operation.TXT" loopy1.txt loopy2.txt .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + pre-everything:: .if !defined(NOPORTDOCS) && !defined(TECH_DOC_INSTALL) @${ECHO_MSG} "You can install technical documents" |