diff options
| author | pgoyette <pgoyette@pkgsrc.org> | 2008-07-29 17:21:39 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@pkgsrc.org> | 2008-07-29 17:21:39 +0000 |
| commit | 7d2d66b7e68b8c7596df40f2302f7c8715b57cbd (patch) | |
| tree | d0d5d9a4fa8a25faabdc2ece268325bdda240578 /sysutils/amanda-plot | |
| parent | a67640e137867d73320e3a32ac65373085d9cc26 (diff) | |
| download | pkgsrc-7d2d66b7e68b8c7596df40f2302f7c8715b57cbd.tar.gz | |
Disable IPv6 by default, since this doesn't work on systems which are
configured for IPv4 only. IPv6 can still be enabled via PKG_OPTIONS.
Fixes my PR pkg/38957
ok gdt@
Diffstat (limited to 'sysutils/amanda-plot')
| -rw-r--r-- | sysutils/amanda-plot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile index 80d84615a4b..b8285ab10af 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2008/02/15 16:23:09 gdt Exp $ +# $NetBSD: Makefile,v 1.25 2008/07/29 17:21:39 pgoyette Exp $ # PKGNAME= amanda-plot-${VERS} +PKGREVISION= 1 SVR4_PKGNAME= amapl COMMENT= Visualizes the behavior of Amanda, a network backup system |
