diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 09:28:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 09:28:49 +0000 |
commit | 7729d0afa1144caf296f65e14b76f52e3992770a (patch) | |
tree | 0b5c13924181ce9c4197cf2d2e313cd9e08338dd /editors | |
parent | 7cbbfb76cf0608d316ea9ccfe166b4c407e48a94 (diff) | |
download | ports-7729d0afa1144caf296f65e14b76f52e3992770a.tar.gz ports-7729d0afa1144caf296f65e14b76f52e3992770a.zip |
BROKEN on alpha: Does not compile
Notes
Notes:
svn path=/head/; revision=102172
Diffstat (limited to 'editors')
-rw-r--r-- | editors/scite/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index fb60b2167b3e..27cd7000ee12 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -37,6 +37,12 @@ MAKE_ARGS= GTK1=yes MAN1= scite.1 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "SciTE has the following tunable option(s):" @@ -61,4 +67,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/../doc/*.png ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/../src/*.properties ${DATADIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |