diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-20 10:19:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-20 10:19:48 +0000 |
commit | aeb3de3b5ec5d6edce742b9924012c23fcac0fb6 (patch) | |
tree | c466c0982eeff4851990031fb18001d29171fa8a /audio/mixxx/Makefile | |
parent | 0822ab3db1e991771572fd54710a106298b11a76 (diff) |
Notes
Diffstat (limited to 'audio/mixxx/Makefile')
-rw-r--r-- | audio/mixxx/Makefile | 8 |
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} \ |