diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2006-12-18 04:50:45 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2006-12-18 04:50:45 +0000 |
commit | 8f9fc46305f1fed8fda23a019afda2df9ffcea96 (patch) | |
tree | 43aa8e54893bc90a64444c5a2898e1f4d65811dc /audio/xmcd | |
parent | a3f91c53dd4c740ae301d40e25afb483b43967f7 (diff) |
Notes
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index f282564f1f17..82468a46ca19 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -28,6 +28,10 @@ PKGMESSAGE= ${WRKDIR}/pkg-message .include <bsd.port.pre.mk> +.if (${OSVERSION} < 600000 && ${ARCH} == "sparc64") +BROKEN= Does not compile on FreeBSD 5.x sparc64 +.endif + LIBBINDIR= ${PREFIX}/lib/X11/xmcd/bin-FreeBSD_${OSREL:R:R}-${ARCH} post-extract: |