summaryrefslogtreecommitdiff
path: root/emulators/kmamerun
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-02-23 00:14:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-02-23 00:14:12 +0000
commit4bd98fb07c911b1435bfdee16dc61f72bddc539e (patch)
treea9b4efcaf45268340e10996e94b60a1552a1654c /emulators/kmamerun
parent- Support get-wraster-flags (diff)
Use USE_QT instead of explicit LIB_DEPENDS. Also, change
HAS_CONFIGURE+CONFIGURE_ARGS="--prefix=${PREFIX}" to GNU_CONFIGURE.
Notes
Notes: svn path=/head/; revision=26177
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"