From f9b8a43f16536bbc163670780a8ba1b1493ab25f Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 15 Oct 2003 22:23:25 +0000 Subject: BROKEN on 5.x: does not compile --- audio/x11amp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'audio/x11amp') diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile index ff01487..74de828 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 + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + post-extract: @${CP} ${FILESDIR}/main.xpm ${WRKSRC}/x11amp/defskin -.include +.include -- cgit v1.1