diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /audio/esperanza | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) |
Notes
Diffstat (limited to 'audio/esperanza')
-rw-r--r-- | audio/esperanza/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/esperanza/Makefile b/audio/esperanza/Makefile index 7dd76f4dc479..1a8a525f3da7 100644 --- a/audio/esperanza/Makefile +++ b/audio/esperanza/Makefile @@ -21,8 +21,7 @@ LIB_DEPENDS= xmmsclient++.4:${PORTSDIR}/audio/cpp-xmms2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}+git${PORTVERSION:E} USE_BZIP2= yes -USE_QT_VER= 4 -QT_COMPONENTS= gui xml network imageformats_run \ +USE_QT4= gui xml network imageformats_run \ qmake_build moc_build rcc_build uic_build QT_NONSTANDARD= yes USE_GMAKE= yes |