From 3b3259ec036468b89951564ebef791ab15b43a01 Mon Sep 17 00:00:00 2001 From: Nick Sayer Date: Sat, 22 Jan 2000 18:20:40 +0000 Subject: Back out v1.3. I misunderstood the procedure at work here. Submitted by: Satoshi --- emulators/kmamerun/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'emulators') 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 -- cgit v1.2.3