diff options
author | sbd <sbd@pkgsrc.org> | 2012-07-30 07:00:50 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-07-30 07:00:50 +0000 |
commit | ddb93e7178146789684909752d8dc18f6260cf4e (patch) | |
tree | aa8773aa7a3fafc6ce999c50f98858f4cf93c364 /sysutils/amanda-server | |
parent | 4190af5924affdb50a18f80ae3eb62ecc0863523 (diff) | |
download | pkgsrc-ddb93e7178146789684909752d8dc18f6260cf4e.tar.gz |
Add --without-gnuplot to CONFIGURE_ARGS for amanda-{common,client,server}.
Diffstat (limited to 'sysutils/amanda-server')
-rw-r--r-- | sysutils/amanda-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |