summaryrefslogtreecommitdiff
path: root/audio/denemo
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 10:15:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 10:15:44 +0000
commitd500c1cc50f23b0489994e29a3a20f32a3cb441d (patch)
tree7c1e12df7a7d8fba86936f85270c40cc1e388312 /audio/denemo
parentBROKEN on 5.1: bad C++ (diff)
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81209
Diffstat (limited to 'audio/denemo')
-rw-r--r--audio/denemo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile
index 2ccfa92e1736..1175c1ea37b1 100644
--- a/audio/denemo/Makefile
+++ b/audio/denemo/Makefile
@@ -18,6 +18,12 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
intl.4:${PORTSDIR}/devel/gettext \
xml.5:${PORTSDIR}/textproc/libxml
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
GNU_CONFIGURE= yes
PLIST= ${WRKDIR}/pkg-plist
SHARED= denemo.conf denemo.keymaprc english.keymaprc french.keymaprc
@@ -54,4 +60,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>