diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 10:15:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 10:15:44 +0000 |
commit | d500c1cc50f23b0489994e29a3a20f32a3cb441d (patch) | |
tree | 7c1e12df7a7d8fba86936f85270c40cc1e388312 /audio/denemo | |
parent | BROKEN 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/Makefile | 8 |
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> |