From 6d1e80877eed5d77a731ac7a8f5ac22e9ce19487 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 18 May 2003 10:15:44 +0000 Subject: BROKEN on 5.1: does not compile --- audio/denemo/Makefile | 8 +++++++- audio/extace/Makefile | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'audio') 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 + +.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 +.include diff --git a/audio/extace/Makefile b/audio/extace/Makefile index 4e4ec08b781d..d9e0fd052a77 100644 --- a/audio/extace/Makefile +++ b/audio/extace/Makefile @@ -16,6 +16,12 @@ COMMENT= An Audio Visualization plugin for the X Window System LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gtk12 imlib esound USE_REINPLACE= yes @@ -28,4 +34,4 @@ post-patch: @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \ -e "s|DATADIRNAME=lib|DATADIRNAME=share|g" ${WRKSRC}/configure -.include +.include -- cgit