diff options
author | tv <tv> | 1998-07-24 01:56:59 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-24 01:56:59 +0000 |
commit | 050763ac7decfda9c68e5c021fd04008e5691b6e (patch) | |
tree | 4a3f1ba6717b1a2d9f43df9e1780b9595d3a5437 /misc | |
parent | 91046d445a374baafc929ebfdedb412aec99b4aa (diff) | |
download | pkgsrc-050763ac7decfda9c68e5c021fd04008e5691b6e.tar.gz |
Update to use USE_LIBTOOL.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amanda/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/amanda/Makefile b/misc/amanda/Makefile index 483c70904e0..b41b7b2dd2e 100644 --- a/misc/amanda/Makefile +++ b/misc/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} |