summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/fceu/Makefile5
-rw-r--r--emulators/fceux/Makefile5
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"