aboutsummaryrefslogtreecommitdiff
path: root/emulators/kmamerun
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/kmamerun')
-rw-r--r--emulators/kmamerun/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/kmamerun/Makefile b/emulators/kmamerun/Makefile
index d4ef1c9583ce..0cbcfb82b5ce 100644
--- a/emulators/kmamerun/Makefile
+++ b/emulators/kmamerun/Makefile
@@ -14,12 +14,11 @@ MASTER_SITES= ftp://ftp.sad.it/pub/kde/local/
MAINTAINER= nsayer@freebsd.org
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
-LIB_DEPENDS= qt.2:${PORTSDIR}/x11-toolkits/qt142 \
- kdecore.2:${PORTSDIR}/x11/kdelibs11 \
+LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \
kdeui.2:${PORTSDIR}/x11/kdelibs11
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= "--prefix=$(PREFIX)"
+GNU_CONFIGURE= yes
+USE_QT= yes
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"