summaryrefslogtreecommitdiff
path: root/net/mrtg
diff options
context:
space:
mode:
authortron <tron>2000-03-17 23:19:54 +0000
committertron <tron>2000-03-17 23:19:54 +0000
commit9b527f3ea1954e15f3013fadca4236e3588a69d7 (patch)
tree179049095085f20d87284a300ed4d5e59f1204b6 /net/mrtg
parent32640692cf58260f4481c9c25a0a94772e3c1edf (diff)
downloadpkgsrc-9b527f3ea1954e15f3013fadca4236e3588a69d7.tar.gz
Depend on gd 1.7.3 or newer instead of hard coding version number.
Diffstat (limited to 'net/mrtg')
-rw-r--r--net/mrtg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index 635cedff3a4..1359f9a724d 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/03/05 07:35:17 kim Exp $
+# $NetBSD: Makefile,v 1.15 2000/03/17 23:19:54 tron Exp $
# FreeBSD Id: Makefile,v 1.7 1997/12/16 19:42:17 vanilla Exp
#
@@ -16,7 +16,7 @@ MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ \
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html
-DEPENDS= gd-1.7.3:../../graphics/gd
+DEPENDS= gd>=1.7.3:../../graphics/gd
USE_PERL5= YES
USE_X11= YES