diff options
-rw-r--r-- | sysutils/amanda-client/Makefile | 4 | ||||
-rw-r--r-- | sysutils/amanda-common/Makefile | 4 | ||||
-rw-r--r-- | sysutils/amanda-server/Makefile | 4 |
3 files changed, 6 insertions, 6 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 diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile index cd8e25b7f80..b1d214a1513 100644 --- a/sysutils/amanda-common/Makefile +++ b/sysutils/amanda-common/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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. # diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile index 0bd294a11db..864cdbe8c31 100644 --- a/sysutils/amanda-server/Makefile +++ b/sysutils/amanda-server/Makefile @@ -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_ncurses_tgetent=no 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" |