Mon Jul 30 07:00:50 2012 UTC ()
Add --without-gnuplot to CONFIGURE_ARGS for amanda-{common,client,server}.


(sbd)
diff -r1.52 -r1.53 pkgsrc/sysutils/amanda-client/Makefile
diff -r1.51 -r1.52 pkgsrc/sysutils/amanda-common/Makefile
diff -r1.50 -r1.51 pkgsrc/sysutils/amanda-server/Makefile

cvs diff -r1.52 -r1.53 pkgsrc/sysutils/amanda-client/Makefile (expand / switch to context diff)
--- pkgsrc/sysutils/amanda-client/Makefile 2012/07/30 07:00:12 1.52
+++ pkgsrc/sysutils/amanda-client/Makefile 2012/07/30 07:00:50 1.53
@@ -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 @@
 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

cvs diff -r1.51 -r1.52 pkgsrc/sysutils/amanda-common/Makefile (expand / switch to context diff)
--- pkgsrc/sysutils/amanda-common/Makefile 2012/07/30 07:00:12 1.51
+++ pkgsrc/sysutils/amanda-common/Makefile 2012/07/30 07:00:50 1.52
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2012/07/30 07:00:12 sbd Exp $
+# $NetBSD: Makefile,v 1.52 2012/07/30 07:00:50 sbd Exp $
 
 PKGNAME=		amanda-common-${AMANDA_VERSION}
 SVR4_PKGNAME=		amaco
@@ -14,7 +14,7 @@
 CPPFLAGS+=		-D_LARGEFILE64_SOURCE
 .endif
 
-CONFIGURE_ARGS+=	--without-server --without-client
+CONFIGURE_ARGS+=	--without-server --without-client --without-gnuplot
 
 # Prevent configure script from finding unnecessary libraries.
 #

cvs diff -r1.50 -r1.51 pkgsrc/sysutils/amanda-server/Makefile (expand / switch to context diff)
--- pkgsrc/sysutils/amanda-server/Makefile 2012/07/30 07:00:13 1.50
+++ pkgsrc/sysutils/amanda-server/Makefile 2012/07/30 07:00:50 1.51
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2012/07/30 07:00:13 sbd Exp $
+# $NetBSD: Makefile,v 1.51 2012/07/30 07:00:50 sbd Exp $
 
 PKGNAME=		amanda-server-${AMANDA_VERSION}
 PKGREVISION=		2
@@ -23,7 +23,7 @@
 CONFIGURE_ENV+=		ac_cv_lib_readline_readline=no
 
 CONFIGURE_ENV+=		MAILER=${TOOLS_PATH.mail}
-CONFIGURE_ARGS+=	--without-client
+CONFIGURE_ARGS+=	--without-client --without-gnuplot
 
 PLIST_VARS+=	scsi
 .if ${OPSYS} != "SunOS"