summaryrefslogtreecommitdiffstats
path: root/editors/scite/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-26 09:28:49 +0000
committerkris <kris@FreeBSD.org>2004-02-26 09:28:49 +0000
commitca6b30a2a8b13ec8f66609ff809d50e4b878c1e4 (patch)
treee2aa2eaddd1fd6236b95a6123cd11904077b6937 /editors/scite/Makefile
parent8fba366dd06c2fd4e574a3d156bac63642d2ea72 (diff)
downloadFreeBSD-ports-ca6b30a2a8b13ec8f66609ff809d50e4b878c1e4.zip
FreeBSD-ports-ca6b30a2a8b13ec8f66609ff809d50e4b878c1e4.tar.gz
BROKEN on alpha: Does not compile
Diffstat (limited to 'editors/scite/Makefile')
-rw-r--r--editors/scite/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index fb60b21..27cd700 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>
OpenPOWER on IntegriCloud