diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-13 17:52:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-13 17:52:50 +0000 |
commit | 02f35e8dd9edb24e02cda40a0b3a6187d31f31b2 (patch) | |
tree | 37eb71047f1d46b20893fd4930de0a29b148956b | |
parent | 75770c3d1da8012a2c104cf372c9203e085062c2 (diff) | |
download | pkgsrc-02f35e8dd9edb24e02cda40a0b3a6187d31f31b2.tar.gz |
Fix DEPENDS line.
-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 e7d8792b448..1ed060e0bd3 100644 --- a/sysutils/kapm/Makefile +++ b/sysutils/kapm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/03/13 12:13:17 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2003/07/13 17:52:50 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.2nb2:../../x11/kdebase +DEPENDS+= kdebase-1.1.2nb3:../../x11/kdebase USE_X11BASE= YES # to get things near KDE GNU_CONFIGURE= YES |