summaryrefslogtreecommitdiff
path: root/sysutils/amanda-client
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-07-30 07:00:50 +0000
committersbd <sbd@pkgsrc.org>2012-07-30 07:00:50 +0000
commitddb93e7178146789684909752d8dc18f6260cf4e (patch)
treeaa8773aa7a3fafc6ce999c50f98858f4cf93c364 /sysutils/amanda-client
parent4190af5924affdb50a18f80ae3eb62ecc0863523 (diff)
downloadpkgsrc-ddb93e7178146789684909752d8dc18f6260cf4e.tar.gz
Add --without-gnuplot to CONFIGURE_ARGS for amanda-{common,client,server}.
Diffstat (limited to 'sysutils/amanda-client')
-rw-r--r--sysutils/amanda-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile
index 54755757a86..bd67e20da5a 100644
--- a/sysutils/amanda-client/Makefile
+++ b/sysutils/amanda-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2012/07/30 07:00:12 sbd Exp $
+# $NetBSD: Makefile,v 1.53 2012/07/30 07:00:50 sbd Exp $
#
PKGNAME= amanda-client-${AMANDA_VERSION}
@@ -12,7 +12,7 @@ PKG_DESTDIR_SUPPORT= destdir
USE_TOOLS+= awk:run perl:run
.include "../../sysutils/amanda-common/Makefile.common"
-CONFIGURE_ARGS+= --without-server
+CONFIGURE_ARGS+= --without-server --without-gnuplot
.if !empty(PKG_OPTIONS:Mamanda-smb)
CONFIGURE_ARGS+= --with-smbclient