diff options
author | kris <kris@FreeBSD.org> | 2004-02-25 09:49:25 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-25 09:49:25 +0000 |
commit | fe6c5cc617adc9538b4bcce5955eaced4d863552 (patch) | |
tree | 34f478bf47e5c084c123448a89b79c0f41eae85a /audio/csound | |
parent | d5698cb70b8ba091a87d69e090c4052394f41bbf (diff) | |
download | FreeBSD-ports-fe6c5cc617adc9538b4bcce5955eaced4d863552.zip FreeBSD-ports-fe6c5cc617adc9538b4bcce5955eaced4d863552.tar.gz |
BROKEN on alpha 5.x: Does not compile
Diffstat (limited to 'audio/csound')
-rw-r--r-- | audio/csound/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 3d5ccde..2abf533 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -31,6 +31,12 @@ PLIST= ${WRKDIR}/pkg-plist USE_X_PREFIX= yes USE_REINPLACE= yes +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 +BROKEN= "Does not compile on alpha 5.x" +.endif + pre-build: @${FIND} ${WRKDIR} -type f -exec ${CHMOD} 644 \{\} \; @@ -56,4 +62,4 @@ do-install: ${FIND} ${WRKDIR} -type f -perm 755 \ -exec ${INSTALL_PROGRAM} {} ${PREFIX}/bin \; -.include <bsd.port.mk> +.include <bsd.port.post.mk> |