diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-05-22 01:05:20 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-05-22 01:05:20 +0800 |
commit | 933e925ccdb84a0083594aa0401e9d050f53accd (patch) | |
tree | 3b835a34159b350dc2d16d46300ab0cbc151cc0e /audio/mixxx | |
parent | d525cf8d948bf445b88254b53ceeeda1b2a95231 (diff) | |
download | freebsd-ports-gnome-933e925ccdb84a0083594aa0401e9d050f53accd.tar.gz freebsd-ports-gnome-933e925ccdb84a0083594aa0401e9d050f53accd.tar.zst freebsd-ports-gnome-933e925ccdb84a0083594aa0401e9d050f53accd.zip |
Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.
PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.
[1] http://qt.gitorious.org/qt/qt/commit/e7eed096a0c33607a7a37baaf06e5952dc9d556b
Diffstat (limited to 'audio/mixxx')
-rw-r--r-- | audio/mixxx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index 0a483a8bf9b2..1789099552e5 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -8,6 +8,7 @@ PORTNAME= mixxx PORTVERSION= 1.10.0 DISTVERSIONSUFFIX= -src +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://mixxx.rasant-records.de/downloads/%SUBDIR%/ \ http://moo.glines.org/mixxx/%SUBDIR%/ \ @@ -34,6 +35,7 @@ OPTIONS= LAME "LAME MP3 audio encoder support" off \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_GL= glu USE_QT_VER= 4 QT_COMPONENTS= corelib gui network opengl script sql svg webkit xml \ xmlpatterns linguist_build moc_build qmake_build rcc_build \ |