pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mrtg Don't depend on "freetype-lib" package any mo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/19dcfe04697b
branches: trunk
changeset: 513495:19dcfe04697b
user: tron <tron%pkgsrc.org@localhost>
date: Mon May 29 22:08:54 2006 +0000
description:
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:
net/mrtg/Makefile | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 4327ba78aaec -r 19dcfe04697b net/mrtg/Makefile
--- a/net/mrtg/Makefile Mon May 29 22:06:13 2006 +0000
+++ b/net/mrtg/Makefile Mon May 29 22:08:54 2006 +0000
@@ -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 @@
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 @@
INSTALLATION_DIRS= bin libexec man/man1
-.include "../../graphics/freetype-lib/buildlink3.mk"
.include "../../graphics/gd/buildlink3.mk"
post-extract:
Home |
Main Index |
Thread Index |
Old Index