summaryrefslogtreecommitdiff
path: root/net/mrtg
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-05-29 22:08:54 +0000
committertron <tron@pkgsrc.org>2006-05-29 22:08:54 +0000
commitb85ecd92cd066aa76033eb5e97509a5c1e7f8cf7 (patch)
tree46d4bd9308aaa60486bfbfca776964e82d43f3bd /net/mrtg
parent00d337750f52dd64bd51bbc7e2d21c2dd185d8ed (diff)
downloadpkgsrc-b85ecd92cd066aa76033eb5e97509a5c1e7f8cf7.tar.gz
Don't depend on "freetype-lib" package any more. "rateup" is only linked
against "libttf" because the "net/mrtg/Makefile" enforced that. Only depend on "freetype2" (indirectly via "gd") which is what "mrtg" really uses these days. Bump package revision.
Diffstat (limited to 'net/mrtg')
-rw-r--r--net/mrtg/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index 7d0ebb11da6..f38c9cb8f5c 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2006/04/23 13:29:04 adrianp Exp $
+# $NetBSD: Makefile,v 1.69 2006/05/29 22:08:54 tron Exp $
DISTNAME= mrtg-2.12.2
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ \
http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/old/ \
@@ -31,7 +31,7 @@ USE_TOOLS+= perl
GNU_CONFIGURE= YES
BUILD_DEFS+= USE_INET6
-LDFLAGS+= -lgd -lttf -lintl -ljpeg
+LDFLAGS+= -lgd -lintl -ljpeg
.include "../../mk/bsd.prefs.mk"
@@ -60,7 +60,6 @@ SUBST_MESSAGE.files= Fixing default configuration files.
INSTALLATION_DIRS= bin libexec man/man1
-.include "../../graphics/freetype-lib/buildlink3.mk"
.include "../../graphics/gd/buildlink3.mk"
post-extract: