diff options
-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 4f87ea6d68d..d0b3663b9d4 100644 --- a/sysutils/amanda-server/Makefile +++ b/sysutils/amanda-server/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.34 2005/07/16 01:19:20 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2005/07/24 18:06:44 kristerw Exp $ PKGNAME= amanda-server-${VERS} -# PKGREVISION= 1 +PKGREVISION= 1 SVR4_PKGNAME= amase COMMENT= Server part of Amanda, a network backup system -USE_TOOLS+= gmake perl:run +USE_TOOLS+= gmake perl:run tar .include "../../mk/bsd.prefs.mk" .include "../../sysutils/amanda-common/Makefile.common" CONFIGURE_ARGS+= --without-client +CONFIGURE_ARGS+= --with-gnutar=${TOOLS_TAR} # Prevent configure script from finding unnecessary libraries. # |