summaryrefslogtreecommitdiff
path: root/devel/glibmm
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-02 01:04:36 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-02 01:04:36 +0000
commit1ce09cf6970d29159e50771bd002034101d299b3 (patch)
tree0ebffff5eb6f2db4c97f1327deb4b082a7c57464 /devel/glibmm
parentDoes not compile on alpha. Since it's unlikely anyone is going to fix (diff)
BROKEN on alpha: Does not build
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=125652
Diffstat (limited to 'devel/glibmm')
-rw-r--r--devel/glibmm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile
index d83e51691614..dbc967d94ad0 100644
--- a/devel/glibmm/Makefile
+++ b/devel/glibmm/Makefile
@@ -29,6 +29,12 @@ CONFIGURE_ARGS= --enable-static
PLIST_SUB= VERSION="2.4" API_VERSION="2.4"
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not build on alpha"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS = /s/tests//' ${WRKSRC}/Makefile.in
.if defined(NOPORTDOCS)
@@ -49,4 +55,4 @@ patch-autotools:
${RM} $$file.tmp; \
done);
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>