aboutsummaryrefslogtreecommitdiff
path: root/emulators/fceux
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-11-28 10:11:57 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-11-28 10:11:57 +0000
commit9f25b7e542ced937493e8ed2316fdf702a7c2b88 (patch)
tree16569735b17cdab7162c03efecd1d5a465a3c146 /emulators/fceux
parent5f29950ac9d9daa7ca37085ccec66305b0d83398 (diff)
downloadports-9f25b7e542ced937493e8ed2316fdf702a7c2b88.tar.gz
ports-9f25b7e542ced937493e8ed2316fdf702a7c2b88.zip
Notes
Diffstat (limited to 'emulators/fceux')
-rw-r--r--emulators/fceux/Makefile5
1 files changed, 4 insertions, 1 deletions
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"