diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-24 07:01:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-24 07:01:14 +0000 |
commit | 8cdbcbd8da2202d7613f2bafba11193392f748e8 (patch) | |
tree | ebd75050fc9842644c79e79a300e931ffd607770 /emulators | |
parent | Bump shlib numbers. Add ".1" to end of PKGNAME to distinguish it from (diff) |
Bump shlib versions of kdelibs11 and kdesupport11.
Notes
Notes:
svn path=/head/; revision=26244
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/kmamerun/Makefile | 4 | ||||
-rw-r--r-- | emulators/ksnes9x/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/kmamerun/Makefile b/emulators/kmamerun/Makefile index 0cbcfb82b5ce..b7219f4ee748 100644 --- a/emulators/kmamerun/Makefile +++ b/emulators/kmamerun/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= ftp://ftp.sad.it/pub/kde/local/ MAINTAINER= nsayer@freebsd.org RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame -LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ - kdeui.2:${PORTSDIR}/x11/kdelibs11 +LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \ + kdeui.3:${PORTSDIR}/x11/kdelibs11 GNU_CONFIGURE= yes USE_QT= yes diff --git a/emulators/ksnes9x/Makefile b/emulators/ksnes9x/Makefile index 3c2156d68a31..25a6ee832010 100644 --- a/emulators/ksnes9x/Makefile +++ b/emulators/ksnes9x/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.esquadro.com.br/~ismore/ MAINTAINER= andrews@technologist.com -LIB_DEPENDS= kdeui.2:${PORTSDIR}/x11/kdelibs11 +LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11 RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x GNU_CONFIGURE= yes |