diff options
author | tron <tron> | 2006-05-29 22:08:54 +0000 |
---|---|---|
committer | tron <tron> | 2006-05-29 22:08:54 +0000 |
commit | c2b4e5fe43bc3e93b97c410879611798e264bd3f (patch) | |
tree | 46d4bd9308aaa60486bfbfca776964e82d43f3bd /net/mrtg | |
parent | ce616fb2bab4a9084d1c0f631b812198b4b387d5 (diff) | |
download | pkgsrc-c2b4e5fe43bc3e93b97c410879611798e264bd3f.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/Makefile | 7 |
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: |