diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-08-31 15:34:44 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-08-31 15:34:44 +0000 |
commit | de3ad40fdb26b2b58876b17223c718a0ce5a66b4 (patch) | |
tree | 90d580f455a4c8f41bdfa0f3eedd88c7f5290d62 /audio/faad | |
parent | 1f568e1da71535c8a660f7d70626901c48e94368 (diff) | |
download | ports-de3ad40fdb26b2b58876b17223c718a0ce5a66b4.tar.gz ports-de3ad40fdb26b2b58876b17223c718a0ce5a66b4.zip |
Notes
Diffstat (limited to 'audio/faad')
-rw-r--r-- | audio/faad/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index cbfd24687448..3949b746b04e 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -32,6 +32,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= Does not build +.endif + pre-configure: ${MKDIR} ${WRKSRC}/plugins/bmp @cd ${WRKSRC}; ${ACLOCAL} -I ${ACLOCAL_DIR} -I .; \ |