diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-27 22:14:34 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-27 22:14:34 +0000 |
commit | 2d8381f8182e860c7c21ea4a67ca5733d083354b (patch) | |
tree | 39cd99201032697d4b3daf61dac368dde5bec88a /www/mod_musicindex | |
parent | 4b8e5241116136919b7ae9c6a57dbaa2dd9be3be (diff) |
Notes
Diffstat (limited to 'www/mod_musicindex')
-rw-r--r-- | www/mod_musicindex/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile index e7d5b53c5c81..94cd81d7bcaa 100644 --- a/www/mod_musicindex/Makefile +++ b/www/mod_musicindex/Makefile @@ -33,6 +33,10 @@ SUB_LIST= PORTNAME=${PORTNAME} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800000 +BROKEN= does not build +.endif + .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " |