diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:49:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:49:48 +0000 |
commit | 2de80c3b0dcc4977ba0839ef5e678d30a2823e7d (patch) | |
tree | fd0ca1ffa1d4bc751858468f62b8260c816a5f45 /audio | |
parent | 76d665c19ca74f5a2df771cefc900f5b0a63171b (diff) | |
download | ports-2de80c3b0dcc4977ba0839ef5e678d30a2823e7d.tar.gz ports-2de80c3b0dcc4977ba0839ef5e678d30a2823e7d.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 2abf5336585d..5034ac255f8b 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -33,8 +33,8 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 -BROKEN= "Does not compile on alpha 5.x" +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" .endif pre-build: |