diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-05-21 17:05:20 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-05-21 17:05:20 +0000 |
commit | bacf71425a0bbada0664c909840489df8f18c712 (patch) | |
tree | 17bf3a13d5082966298b266c037db70928a904a0 /audio/mixxx | |
parent | 22c3702d66660c0b8b9f636022c60a71c4ca4d2d (diff) |
Notes
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 \ |