diff options
author | bad <bad@pkgsrc.org> | 1999-09-04 01:21:25 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-09-04 01:21:25 +0000 |
commit | 8d6f2e3b6f9f7b7d0400392db28ac889bd8c7cb9 (patch) | |
tree | 96431cf838133dd47a9f40a97f71fe3cda9c3e48 /sysutils | |
parent | 7d2f69214eac8fc1452fb74592f9b5b328233325 (diff) | |
download | pkgsrc-8d6f2e3b6f9f7b7d0400392db28ac889bd8c7cb9.tar.gz |
Minor nit in DEPENDS lines.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile index c519b46613a..5b19a9eef4d 100644 --- a/sysutils/amanda-server/Makefile +++ b/sysutils/amanda-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/08/18 08:28:10 agc Exp $ +# $NetBSD: Makefile,v 1.10 1999/09/04 01:21:25 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+= gnuplot-3.7:../../graphics/gnuplot -DEPENDS+= amanda-common-2.4.1p1:../amanda-common +DEPENDS+= amanda-common-2.4.1p1:../../sysutils/amanda-common USE_X11= yes USE_PERL5= yes |