aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-23 13:46:59 +0800
committerkris <kris@FreeBSD.org>2004-02-23 13:46:59 +0800
commitf96dbffc62d3a65acf88fd2014a3398e507a625a (patch)
treee3ca310ab545a55c47901aae690154e0bb7d8f99 /palm
parentc78dd432ecd9ed5b9c52d4f0b491d610e6f00615 (diff)
downloadfreebsd-ports-gnome-f96dbffc62d3a65acf88fd2014a3398e507a625a.tar.gz
freebsd-ports-gnome-f96dbffc62d3a65acf88fd2014a3398e507a625a.tar.zst
freebsd-ports-gnome-f96dbffc62d3a65acf88fd2014a3398e507a625a.zip
BROKEN on alpha: Does not compile
Diffstat (limited to 'palm')
-rw-r--r--palm/romeo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/palm/romeo/Makefile b/palm/romeo/Makefile
index bf91ae72ce9e..f8e12b579dca 100644
--- a/palm/romeo/Makefile
+++ b/palm/romeo/Makefile
@@ -20,7 +20,13 @@ COMMENT= The Palm ROM Discombobulator
PLIST_FILES= bin/romeo
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/romeo ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>