summaryrefslogtreecommitdiff
path: root/sysutils/amanda
diff options
context:
space:
mode:
authortv <tv>1998-07-24 01:56:59 +0000
committertv <tv>1998-07-24 01:56:59 +0000
commite892d62fc0d4fbcac1c8ab701c0ae9e099d99b95 (patch)
tree4a3f1ba6717b1a2d9f43df9e1780b9595d3a5437 /sysutils/amanda
parent3a9e553e2fe90d2131eea1edee6c85c4fde6dfb6 (diff)
downloadpkgsrc-e892d62fc0d4fbcac1c8ab701c0ae9e099d99b95.tar.gz
Update to use USE_LIBTOOL.
Diffstat (limited to 'sysutils/amanda')
-rw-r--r--sysutils/amanda/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile
index 483c70904e0..b41b7b2dd2e 100644
--- a/sysutils/amanda/Makefile
+++ b/sysutils/amanda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1998/07/18 14:39:40 tv Exp $
+# $NetBSD: Makefile,v 1.16 1998/07/24 01:57:00 tv Exp $
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
#
@@ -8,7 +8,6 @@ MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
MAINTAINER= packages@netbsd.org
-BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
DEPENDS+= readline-2.2:../../devel/readline
DEPENDS+= addnerd-1.5:../../sysutils/addnerd
DEPENDS+= gnuplot-3.5:../../graphics/gnuplot
@@ -17,11 +16,11 @@ DEPENDS+= gtar-1.12:../../archivers/gtar
AMANDA_USER?= backup
AMANDA_GROUP= operator
+USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-user=${AMANDA_USER} --with-group=${AMANDA_GROUP} \
--with-mmap
-CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
- LIBTOOL=${PREFIX}/bin/libtool
+CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
pre-install:
@${SETENV} ${MAKE_ENV} addnerd -g ${AMANDA_GROUP} ${AMANDA_USER}