summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-02-23 00:14:12 +0000
committerasami <asami@FreeBSD.org>2000-02-23 00:14:12 +0000
commita85077bfa8233bc004551d64b1b8a8999c2720f6 (patch)
treea1e743e546a8914bf9db046b1b58c9a7c62b175a /emulators
parent695b61d9cd3d3a3da74e4ce69bd67a9f017eed26 (diff)
downloadFreeBSD-ports-a85077bfa8233bc004551d64b1b8a8999c2720f6.zip
FreeBSD-ports-a85077bfa8233bc004551d64b1b8a8999c2720f6.tar.gz
Use USE_QT instead of explicit LIB_DEPENDS. Also, change
HAS_CONFIGURE+CONFIGURE_ARGS="--prefix=${PREFIX}" to GNU_CONFIGURE.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/kmamerun/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/kmamerun/Makefile b/emulators/kmamerun/Makefile
index d4ef1c9..0cbcfb8 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"
OpenPOWER on IntegriCloud