aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/xmule
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-12-04 09:53:13 +0800
committerkris <kris@FreeBSD.org>2004-12-04 09:53:13 +0800
commit770e4ba6b129dd8a3be4a376d82ad3bf3a130924 (patch)
tree1f5565c89896343721a34c99a17c80aceaa5a4cd /net-p2p/xmule
parenta9f3be018317f80d9b7d4068fd541f925e877a2d (diff)
downloadfreebsd-ports-gnome-770e4ba6b129dd8a3be4a376d82ad3bf3a130924.tar.gz
freebsd-ports-gnome-770e4ba6b129dd8a3be4a376d82ad3bf3a130924.tar.zst
freebsd-ports-gnome-770e4ba6b129dd8a3be4a376d82ad3bf3a130924.zip
BROKEN on 4.x and on sparc64: Does not compile
Diffstat (limited to 'net-p2p/xmule')
-rw-r--r--net-p2p/xmule/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/xmule/Makefile b/net-p2p/xmule/Makefile
index 1db99d72c1a9..d328c0563c76 100644
--- a/net-p2p/xmule/Makefile
+++ b/net-p2p/xmule/Makefile
@@ -47,6 +47,12 @@ WX_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config
FILES_ATOLL_PATCH= src/Preferences.cpp \
src/otherfunctions.cpp
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000 || ${ARCH} == "sparc64"
+BROKEN= "Does not compile on 4.x or on sparc64"
+.endif
+
post-patch:
# it works for FreeBSD as well
@${REINPLACE_CMD} -E \
@@ -90,4 +96,4 @@ post-install:
${WRKSRC}/ed2k \
${PREFIX}/bin/${PORTNAME}-ed2k-handler
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>