diff options
author | jlam <jlam> | 2001-06-10 00:08:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-10 00:08:41 +0000 |
commit | 3fd8dc5e56f2d68292f0adba7c1d4263303f35f3 (patch) | |
tree | 0838924d49f3defeb8bcbef3b48f5456d0570a78 /sysutils/amanda-client | |
parent | 9d67434c524abb2745d1d6648faf70a092c3c485 (diff) | |
download | pkgsrc-3fd8dc5e56f2d68292f0adba7c1d4263303f35f3.tar.gz |
Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
Diffstat (limited to 'sysutils/amanda-client')
-rw-r--r-- | sysutils/amanda-client/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile index 7b4f700ff53..5bbb2571401 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/05/29 18:04:30 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2001/06/10 00:08:48 jlam Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -44,6 +44,4 @@ CONFIGURE_ARGS+= --with-smbclient DEPENDS+= samba>=2.0.0:../../net/samba .endif -pre-configure: ${BUILDLINK_TARGETS} - .include "../../mk/bsd.pkg.mk" |