aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 05:46:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 05:46:59 +0000
commit77e94214c022d1436c65299f8586083895251615 (patch)
treea46661d4e62b42097d089fb99372be5ec1cf81c8 /palm
parent8ef263abd6f4678a7ed0cfd470f4009e92f212fe (diff)
downloadports-77e94214c022d1436c65299f8586083895251615.tar.gz
ports-77e94214c022d1436c65299f8586083895251615.zip
Notes
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>