aboutsummaryrefslogtreecommitdiffstats
path: root/audio/extace
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 18:15:44 +0800
committerkris <kris@FreeBSD.org>2003-05-18 18:15:44 +0800
commit6d1e80877eed5d77a731ac7a8f5ac22e9ce19487 (patch)
tree87a860d286ec42be4dbf00e6d5d1a72bd7cbe8b7 /audio/extace
parente6337684a674e6c3f5a382f4ca7ec4fcfbd10a3f (diff)
downloadfreebsd-ports-gnome-6d1e80877eed5d77a731ac7a8f5ac22e9ce19487.tar.gz
freebsd-ports-gnome-6d1e80877eed5d77a731ac7a8f5ac22e9ce19487.tar.zst
freebsd-ports-gnome-6d1e80877eed5d77a731ac7a8f5ac22e9ce19487.zip
BROKEN on 5.1: does not compile
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>