diff options
author | wiz <wiz> | 2002-03-14 00:43:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-14 00:43:09 +0000 |
commit | edacd37bb3c43955e8ff4bc95949f0074bd1d707 (patch) | |
tree | 9a6fd54878395705892e56519d5faa1a1df677b2 /net/netsaint-base | |
parent | fa3569f817e73189559487d7f11e2226a84c98ee (diff) | |
download | pkgsrc-edacd37bb3c43955e8ff4bc95949f0074bd1d707.tar.gz |
gd>=1.8.4nb1 should be enough, since there is no version >1.8.4nb1 yet.
Diffstat (limited to 'net/netsaint-base')
-rw-r--r-- | net/netsaint-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netsaint-base/Makefile b/net/netsaint-base/Makefile index 420b013d03d..a66d530bbae 100644 --- a/net/netsaint-base/Makefile +++ b/net/netsaint-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/03/13 17:37:31 fredb Exp $ +# $NetBSD: Makefile,v 1.9 2002/03/14 00:43:09 wiz Exp $ # DISTNAME= netsaint-0.0.6 @@ -11,7 +11,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.netsaint.org/ COMMENT= network monitor -DEPENDS+= gd>1.8.4nb1:../../graphics/gd +DEPENDS+= gd>=1.8.4nb1:../../graphics/gd USE_PERL5= YES |