aboutsummaryrefslogtreecommitdiff
path: root/audio/mixxx/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-20 10:19:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-20 10:19:48 +0000
commitaeb3de3b5ec5d6edce742b9924012c23fcac0fb6 (patch)
treec466c0982eeff4851990031fb18001d29171fa8a /audio/mixxx/Makefile
parent0822ab3db1e991771572fd54710a106298b11a76 (diff)
Notes
Diffstat (limited to 'audio/mixxx/Makefile')
-rw-r--r--audio/mixxx/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile
index 3259edb49e75..76c091d050f9 100644
--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= mixxx
-PORTVERSION= 1.4
+PORTVERSION= 1.4.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTFILES= ${PORTNAME}-${PORTVERSION}a${EXTRACT_SUFX}
MAINTAINER= jylefort@brutele.be
COMMENT= A DJ mixing application
@@ -34,11 +33,14 @@ BUILD_WRKSRC= ${WRKSRC}/src
INSTALL_WRKSRC= ${WRKSRC}/src
CONFIGURE_ENV= QTDIR="${X11BASE}" QMAKESPEC="freebsd-g++"
+CONFIGURE_ARGS= --prefix=${PREFIX}
MAKE_ENV= QTDIR="${X11BASE}"
.include <bsd.port.pre.mk>
-CONFIGURE_ARGS= --prefix=${PREFIX}
+.if ${OSVERSION} < 500000
+IGNORE= does not compile on FreeBSD 4.x, due to lack of pselect() in libc
+.endif
post-patch:
@${REINPLACE_CMD} \