summaryrefslogtreecommitdiff
path: root/audio/extace
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/extace
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/extace')
-rw-r--r--audio/extace/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>