aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emulators/kmamerun/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/emulators/kmamerun/Makefile b/emulators/kmamerun/Makefile
index d4ef1c9583ce..64ea06bf2ec5 100644
--- a/emulators/kmamerun/Makefile
+++ b/emulators/kmamerun/Makefile
@@ -14,13 +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 \
- kdeui.2:${PORTSDIR}/x11/kdelibs11
+LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
+USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
- INSTALL_SCRIPT="install -c -m 555"
+CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" INSTALL_SCRIPT="install -c -m 555"
.include <bsd.port.mk>