diff options
author | bouyer <bouyer@pkgsrc.org> | 2015-07-09 10:31:28 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2015-07-09 10:31:28 +0000 |
commit | a1516dd3e936ca9545edf025dc542d6eeab2ff22 (patch) | |
tree | 1382a2cebf98416f31a716cc676c9936fb4824c7 /sysutils | |
parent | 688e5ee08d2107d00a4811fb3a881c2b0143ab24 (diff) | |
download | pkgsrc-a1516dd3e936ca9545edf025dc542d6eeab2ff22.tar.gz |
Depend on sysutils/mtx (needed to drive tape changers), and pass the mtx path
to configure.
Bump PKGREVISION
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda-server/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile index 02ba583cfb1..f9a0f9ee5fd 100644 --- a/sysutils/amanda-server/Makefile +++ b/sysutils/amanda-server/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.58 2015/03/27 23:45:29 gdt Exp $ +# $NetBSD: Makefile,v 1.59 2015/07/09 10:31:28 bouyer Exp $ PKGNAME= amanda-server-${AMANDA_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= Server part of Amanda, a network backup system +DEPENDS+= mtx-[0-9]*:../../sysutils/mtx USE_TOOLS+= awk:run mail:run -CONFIGURE_ENV+= MAILER=${TOOLS_PATH.mail} +CONFIGURE_ENV+= MAILER=${TOOLS_PATH.mail} MTX=${PREFIX}/sbin/mtx CONFIGURE_ARGS+= --without-client --without-gnuplot BUILD_DIRS= device-src server-src changer-src |