summaryrefslogtreecommitdiff
path: root/audio/mq3
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mq3')
-rw-r--r--audio/mq3/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/mq3/Makefile b/audio/mq3/Makefile
index 4306a9b3de13..ce899d8b40e7 100644
--- a/audio/mq3/Makefile
+++ b/audio/mq3/Makefile
@@ -16,14 +16,13 @@ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \
vorbis.0:${PORTSDIR}/audio/libvorbis
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
-USE_QT2= yes
-
+USE_QT_VER= 2
+QT_NONSTANDARD= yes
HAS_CONFIGURE= yes
MAKE_ENV= CPPFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib}" \
INCDIR_QT="${X11BASE}/include/qt2" \
LIBDIR_QT="${X11BASE}/lib" \
QTDIR="${X11BASE}"
-
CONFIGURE_ARGS= -prefix ${PREFIX} -platform FreeBSD
.include <bsd.port.mk>