diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-04 01:53:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-04 01:53:13 +0000 |
commit | acf733c49340c836641199cf2d46a9d38515b2cd (patch) | |
tree | 2991214eb09d211b075ddef6f2c9bf6424b81140 /net/xmule/Makefile | |
parent | 4f6a6c9982f47bb4940fcdb597e6311d8bc7d6e0 (diff) | |
download | ports-acf733c49340c836641199cf2d46a9d38515b2cd.tar.gz ports-acf733c49340c836641199cf2d46a9d38515b2cd.zip |
BROKEN on 4.x and on sparc64: Does not compile
Notes
Notes:
svn path=/head/; revision=123076
Diffstat (limited to 'net/xmule/Makefile')
-rw-r--r-- | net/xmule/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/xmule/Makefile b/net/xmule/Makefile index 1db99d72c1a9..d328c0563c76 100644 --- a/net/xmule/Makefile +++ b/net/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> |