aboutsummaryrefslogtreecommitdiff
path: root/audio/patchage
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-16 22:06:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-16 22:06:34 +0000
commit6e422356a6467107a2c63e6311c5fa6cbd1759fc (patch)
tree805e269fe9aac89dacf06ca03aab0cd10272ffc9 /audio/patchage
parent609150d4dff9a812ad3f3f819690f20426dbaef5 (diff)
downloadports-6e422356a6467107a2c63e6311c5fa6cbd1759fc.tar.gz
ports-6e422356a6467107a2c63e6311c5fa6cbd1759fc.zip
Notes
Diffstat (limited to 'audio/patchage')
-rw-r--r--audio/patchage/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile
index ed84fedf666e..908a234e45e7 100644
--- a/audio/patchage/Makefile
+++ b/audio/patchage/Makefile
@@ -25,4 +25,10 @@ USE_GMAKE= yes
CONFIGURE_ENV= "CXXFLAGS=${CFLAGS} -I${LOCALBASE}/include"
INSTALLS_ICONS= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900027
+BROKEN= does not build on 9.X after log2 addition
+.endif
+
+.include <bsd.port.post.mk>