From b85ecd92cd066aa76033eb5e97509a5c1e7f8cf7 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 29 May 2006 22:08:54 +0000 Subject: 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. --- net/mrtg/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'net/mrtg') 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: -- cgit v1.2.3