summaryrefslogtreecommitdiff
path: root/emulators/kmamerun
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2000-01-22 18:20:40 +0000
committerNick Sayer <nsayer@FreeBSD.org>2000-01-22 18:20:40 +0000
commit3b3259ec036468b89951564ebef791ab15b43a01 (patch)
treee59743e698e12589498114de43f3a20bf2fb746f /emulators/kmamerun
parenttemp disable rm_rf since removes too much (diff)
Back out v1.3. I misunderstood the procedure at work here.
Submitted by: Satoshi
Notes
Notes: svn path=/head/; revision=24942
Diffstat (limited to 'emulators/kmamerun')
-rw-r--r--emulators/kmamerun/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/kmamerun/Makefile b/emulators/kmamerun/Makefile
index 64ea06bf2ec5..d4ef1c9583ce 100644
--- a/emulators/kmamerun/Makefile
+++ b/emulators/kmamerun/Makefile
@@ -14,11 +14,13 @@ MASTER_SITES= ftp://ftp.sad.it/pub/kde/local/
MAINTAINER= nsayer@freebsd.org
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
-LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
+LIB_DEPENDS= qt.2:${PORTSDIR}/x11-toolkits/qt142 \
+ kdecore.2:${PORTSDIR}/x11/kdelibs11 \
+ kdeui.2:${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>