diff options
author | tron <tron@pkgsrc.org> | 2000-07-20 15:40:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-07-20 15:40:58 +0000 |
commit | ebcef6eadfef276aab64d4cc2588efc5f7c3a96f (patch) | |
tree | b355bc0409bcbd77cbd491ea0b0672b366e96cee /comms | |
parent | 5ce1af6b37ab8362ab9b82cc12c11b71e42eaf2e (diff) | |
download | pkgsrc-ebcef6eadfef276aab64d4cc2588efc5f7c3a96f.tar.gz |
Depend on version 4.0 or newer of the "readline" package.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/plptools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile index 8b767de2799..fa54c8a9394 100644 --- a/comms/plptools/Makefile +++ b/comms/plptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/06/12 14:30:53 skrll Exp $ +# $NetBSD: Makefile,v 1.9 2000/07/20 15:41:02 tron Exp $ # DISTNAME= plptools-0.6 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.to.com/pub/psion/tarballs/ MAINTAINER= sakamoto@netbsd.org -DEPENDS= readline-4.0:../../devel/readline +DEPENDS= readline>=4.0:../../devel/readline WRKSRC= ${WRKDIR}/${DISTNAME} |