aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/libmsn
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-05-22 02:17:12 +0800
committerkris <kris@FreeBSD.org>2005-05-22 02:17:12 +0800
commit77c2b20ead6fb49c8c9e6c6ad24a5aa9765a6004 (patch)
treec79fe81d6c49f88169e6274f5c92c4d66c00411d /net-im/libmsn
parent66a08e85c82b6a0262484b20b16289f4bdb66cad (diff)
downloadfreebsd-ports-gnome-77c2b20ead6fb49c8c9e6c6ad24a5aa9765a6004.tar.gz
freebsd-ports-gnome-77c2b20ead6fb49c8c9e6c6ad24a5aa9765a6004.tar.zst
freebsd-ports-gnome-77c2b20ead6fb49c8c9e6c6ad24a5aa9765a6004.zip
BROKEN on alpha: Does not compile
Diffstat (limited to 'net-im/libmsn')
-rw-r--r--net-im/libmsn/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/libmsn/Makefile b/net-im/libmsn/Makefile
index b48b8f854f04..5c0fef7d9c15 100644
--- a/net-im/libmsn/Makefile
+++ b/net-im/libmsn/Makefile
@@ -22,4 +22,10 @@ USE_LIBTOOL_VER=15
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
+.endif
+
+.include <bsd.port.post.mk>