summaryrefslogtreecommitdiff
path: root/emulators/kmamerun
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2000-01-22 07:11:13 +0000
committerNick Sayer <nsayer@FreeBSD.org>2000-01-22 07:11:13 +0000
commitc9e08fbfff94b362604312adabe65f88c3ac2fe2 (patch)
tree28cd83578581203d56cf03121da88964cb0768c3 /emulators/kmamerun
parentUpgrade to 2.3.6. (diff)
Update port to new Qt/KDE
Obtained from: andrews@technologist.com
Notes
Notes: svn path=/head/; revision=24907
Diffstat (limited to 'emulators/kmamerun')
-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>