diff options
Diffstat (limited to 'audio/festalon/Makefile')
-rw-r--r-- | audio/festalon/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index 84ac311b9c0a..2120cd0e9172 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -14,6 +14,8 @@ COMMENT?= Command line player for .nsf and .hes audio files LICENSE= GPLv2 +BROKEN_i386= does not build on i386 FreeBSD 10.x and later + LIB_DEPENDS+= libsamplerate.so:audio/libsamplerate USES+= libtool pkgconfig tar:bzip2 @@ -25,12 +27,6 @@ ONLY_FOR_ARCHS= i386 amd64 OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 -BROKEN_i386= does not build on i386 FreeBSD 10.x and later -.endif - .if ${PKGNAMEPREFIX} == "" USE_SDL= yes |