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 | 546f514255309821e2e0adc56ff0540863670ad4 (patch) | |
tree | aa8773aa7a3fafc6ce999c50f98858f4cf93c364 /sysutils/amanda-common | |
parent | 472851862c4229e588af06a24f433e2d24b9fb71 (diff) | |
download | pkgsrc-546f514255309821e2e0adc56ff0540863670ad4.tar.gz |
Add --without-gnuplot to CONFIGURE_ARGS for amanda-{common,client,server}.
Diffstat (limited to 'sysutils/amanda-common')
-rw-r--r-- | sysutils/amanda-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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. # |