diff options
-rw-r--r-- | sysutils/amanda-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile index bb81317dd8a..fc1d35befe4 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/08/18 08:28:09 agc Exp $ +# $NetBSD: Makefile,v 1.10 1999/09/04 01:08:53 bad Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -12,7 +12,7 @@ HOMEPAGE= http://www.amanda.org/ DEPENDS+= readline-4.0:../../devel/readline DEPENDS+= gtar-1.12:../../archivers/gtar -DEPENDS+= amanda-common-2.4.1p1:../amanda-common +DEPENDS+= amanda-common-2.4.1p1:../../sysutils/amanda-common USE_LIBTOOL= yes GNU_CONFIGURE= yes |