diff options
author | seb <seb@pkgsrc.org> | 2004-10-05 15:51:00 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-10-05 15:51:00 +0000 |
commit | 162ca222aaec3e6e961fdc833cc660316935e275 (patch) | |
tree | e10578d2ad122e4ca51422f3bc0dcce3cfe3a01a /sysutils/amanda-client | |
parent | df723a5dc632d23c652019042d11af8508491b33 (diff) | |
download | pkgsrc-162ca222aaec3e6e961fdc833cc660316935e275.tar.gz |
Fix build after amanda-common had its PKGREVISION bumped: no need to set
an explicit DEPENDS on it, let sysutils/amanda-common/buildlink3.mk take
care of it.
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 3d063782bba..ad644acb336 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/10/03 00:18:14 tv Exp $ +# $NetBSD: Makefile,v 1.36 2004/10/05 15:51:00 seb Exp $ # PKGNAME= amanda-client-${VERS} @@ -7,8 +7,6 @@ SVR4_PKGNAME= amacl COMMENT= Client part of Amanda, a network backup system -DEPENDS+= amanda-common-2.4.4p2:../../sysutils/amanda-common - USE_BUILDLINK3= yes GNU_CONFIGURE= yes |