diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-02 21:28:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-02 21:28:05 +0000 |
commit | a441031b5a5e378daedc15e18d1d4045274c2eeb (patch) | |
tree | 38e8ff959b198d19a44cc5b82143260aa15c00ab /audio/soundtouch | |
parent | 5fe7b70c5abacba945410deb663bb77a2c000620 (diff) | |
download | ports-a441031b5a5e378daedc15e18d1d4045274c2eeb.tar.gz ports-a441031b5a5e378daedc15e18d1d4045274c2eeb.zip |
Notes
Diffstat (limited to 'audio/soundtouch')
-rw-r--r-- | audio/soundtouch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index c879010c2858..f4a31980ed07 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -21,7 +21,7 @@ PORTDOCS= README.html .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 900000 +.if ${ARCH} == "amd64" && ${OSVERSION} >= 900000 BROKEN= does not compile on FreeBSD 9.X .endif |