diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-13 12:13:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-13 12:13:17 +0000 |
commit | b9488291b9c8efffde3dcab0041c35346070bb40 (patch) | |
tree | 2894384f2c509f3cf9208eae4fc727aa0103cbf9 /sysutils/kapm | |
parent | 32d1fcf909f71e9a965b1541892a7a8b2cff5d87 (diff) | |
download | pkgsrc-b9488291b9c8efffde3dcab0041c35346070bb40.tar.gz |
Fix some more dependencies.
Diffstat (limited to 'sysutils/kapm')
-rw-r--r-- | sysutils/kapm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/kapm/Makefile b/sysutils/kapm/Makefile index 5d8eb5f6867..e7d8792b448 100644 --- a/sysutils/kapm/Makefile +++ b/sysutils/kapm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/01/11 15:21:49 cjep Exp $ +# $NetBSD: Makefile,v 1.17 2003/03/13 12:13:17 wiz Exp $ # DISTNAME= kapm-0.3.1 @@ -14,7 +14,7 @@ COMMENT= Monitor a laptop's battery status and perform other APM tasks PKG_SKIP_REASON= "APM is not available for ${MACHINE_PLATFORM}" .endif -DEPENDS+= kdebase-1.1.2nb1:../../x11/kdebase +DEPENDS+= kdebase-1.1.2nb2:../../x11/kdebase USE_X11BASE= YES # to get things near KDE GNU_CONFIGURE= YES |