diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-24 13:53:55 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-24 13:53:55 +0000 |
commit | d8ff08c80610368d5eb56bc391aadf2f51341372 (patch) | |
tree | 8090eb7aa97710d34ff237a5fa6349b72cf30383 /audio/festalon | |
parent | e0b11f653947ba6402476162248b679914f4cac1 (diff) | |
download | ports-d8ff08c80610368d5eb56bc391aadf2f51341372.tar.gz ports-d8ff08c80610368d5eb56bc391aadf2f51341372.zip |
Notes
Diffstat (limited to 'audio/festalon')
-rw-r--r-- | audio/festalon/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index 2b742efb497f..a47159a87a62 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -29,6 +29,10 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> +.if ${OSVERSION} >= 1000000 +BROKEN= does not build on FreeBSD 10.x and later +.endif + .if ${PKGNAMEPREFIX} == "" USE_SDL= yes |