summaryrefslogtreecommitdiff
path: root/audio/xsidplay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xsidplay/Makefile')
-rw-r--r--audio/xsidplay/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile
index f3456bece2c9..c0fbeac02050 100644
--- a/audio/xsidplay/Makefile
+++ b/audio/xsidplay/Makefile
@@ -18,16 +18,11 @@ LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_QT2= yes
+USE_QT_VER= 2
USE_GMAKE= yes
USE_LIBTOOL= yes
-CONFIGURE_ENV= MOC="${X11BASE}/bin/moc2"
-CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \
- --with-qt-libraries=${X11BASE}/lib \
- --with-sidplay-inc=${LOCALBASE}/include \
- --with-sidplay-lib=${LOCALBASE}/lib \
- --with-x-includes=${X11BASE}/include \
- --with-x-libraries=${X11BASE}/lib
+CONFIGURE_ARGS+=--with-sidplay-inc=${LOCALBASE}/include \
+ --with-sidplay-lib=${LOCALBASE}/lib
CFLAGS+= ${PTHREAD_CFLAGS}