diff options
author | nsayer <nsayer@FreeBSD.org> | 2000-01-22 18:20:40 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2000-01-22 18:20:40 +0000 |
commit | fcbbffebde3a46c99088047be1b21a688c8fc22f (patch) | |
tree | 0b0ba963d41fbdd0528ce28eed0ec1d18236bccc /emulators | |
parent | 7e155252832efe60fbf1594480da4aba25c95eae (diff) | |
download | FreeBSD-ports-fcbbffebde3a46c99088047be1b21a688c8fc22f.zip FreeBSD-ports-fcbbffebde3a46c99088047be1b21a688c8fc22f.tar.gz |
Back out v1.3. I misunderstood the procedure at work here.
Submitted by: Satoshi
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/kmamerun/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/kmamerun/Makefile b/emulators/kmamerun/Makefile index 64ea06b..d4ef1c9 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> |