aboutsummaryrefslogtreecommitdiff
path: root/audio/x11amp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/x11amp')
-rw-r--r--audio/x11amp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile
index ff01487e6288..74de82833255 100644
--- a/audio/x11amp/Makefile
+++ b/audio/x11amp/Makefile
@@ -22,7 +22,13 @@ LIBTOOLFILES= configure libx11amp/configure
CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-extract:
@${CP} ${FILESDIR}/main.xpm ${WRKSRC}/x11amp/defskin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>