summaryrefslogtreecommitdiffstats
path: root/audio/mixxx/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-19 01:05:44 +0000
committerkris <kris@FreeBSD.org>2004-09-19 01:05:44 +0000
commitc661d0a153411a8053b2edd5d6fd83c73202cc7e (patch)
tree1a39632093e48958a38706ca9c782132bc083172 /audio/mixxx/Makefile
parent486167dabca1b969e13e10bb502cfc325f686fad (diff)
downloadFreeBSD-ports-c661d0a153411a8053b2edd5d6fd83c73202cc7e.zip
FreeBSD-ports-c661d0a153411a8053b2edd5d6fd83c73202cc7e.tar.gz
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'audio/mixxx/Makefile')
-rw-r--r--audio/mixxx/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile
index 7c424ae..e3ce471 100644
--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -37,6 +37,14 @@ CONFIGURE_ENV= QTDIR="${X11BASE}" \
NOPORTDOCS="${NOPORTDOCS}"
MAKE_ENV= QTDIR="${X11BASE}"
+.include <bsd.port.pre.mk>
+
+CONFIGURE_ARGS= --prefix=${PREFIX}
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-patch:
@${REINPLACE_CMD} \
-e 's|@LOCALBASE@|${LOCALBASE}|g' \
@@ -50,8 +58,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/Mixxx-Manual.pdf ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.pre.mk>
-
-CONFIGURE_ARGS= --prefix=${PREFIX}
-
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud