diff options
author | minskim <minskim> | 2006-06-05 23:54:44 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-05 23:54:44 +0000 |
commit | 479e73df96bb061b14ec56a74629386ff3e144fc (patch) | |
tree | 8f0a737a616787126e44a5871f37273aaafacff6 /net/mrtg | |
parent | af99007fa782f73963336b3df3270c0a3c7ce868 (diff) | |
download | pkgsrc-479e73df96bb061b14ec56a74629386ff3e144fc.tar.gz |
Buildlink gettext-lib because this package needs the gettext library.
Diffstat (limited to 'net/mrtg')
-rw-r--r-- | net/mrtg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index f38c9cb8f5c..5b024acf98d 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2006/05/29 22:08:54 tron Exp $ +# $NetBSD: Makefile,v 1.70 2006/06/05 23:54:44 minskim Exp $ DISTNAME= mrtg-2.12.2 PKGREVISION= 4 @@ -60,6 +60,7 @@ SUBST_MESSAGE.files= Fixing default configuration files. INSTALLATION_DIRS= bin libexec man/man1 +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../graphics/gd/buildlink3.mk" post-extract: |