diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
commit | c4d4cacd63490d4b63e844ae298880332a388ba7 (patch) | |
tree | 3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /audio/xmcd/Makefile | |
parent | 5faefa6350cd172add279e339bd86a650313beb3 (diff) | |
download | ports-c4d4cacd63490d4b63e844ae298880332a388ba7.tar.gz ports-c4d4cacd63490d4b63e844ae298880332a388ba7.zip |
Notes
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r-- | audio/xmcd/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 5a0ab89ce338..8117705f02ef 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -26,12 +26,6 @@ PLIST_SUB+= RELEASE=${OSREL:R:R} ARCH=${ARCH} SUB_FILES= pkg-message 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: @@ -56,4 +50,4 @@ post-install: @${CAT} ${PKGMESSAGE} @${CP} ${WRKSRC}/xmcd_d/XMcd.ad ${PREFIX}/lib/X11/app-defaults/XMcd -.include <bsd.port.post.mk> +.include <bsd.port.mk> |