diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-26 19:25:05 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-26 19:25:05 +0000 |
commit | 388860d23fd6e669bce6e1b2b1e43360bf4bd551 (patch) | |
tree | cbd4e7f32367eabba383bdae47b1034796d70252 /sysutils/amanda-server/Makefile | |
parent | 57661849a8a32bf5ad4651a384f0cee0a59fe67a (diff) | |
download | pkgsrc-388860d23fd6e669bce6e1b2b1e43360bf4bd551.tar.gz |
add USE_X11=yes
Diffstat (limited to 'sysutils/amanda-server/Makefile')
-rw-r--r-- | sysutils/amanda-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile index eae5abb4967..a11471c72df 100644 --- a/sysutils/amanda-server/Makefile +++ b/sysutils/amanda-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/04/21 15:32:06 agc Exp $ +# $NetBSD: Makefile,v 1.6 1999/04/26 19:25:06 garbled Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -13,6 +13,8 @@ HOMEPAGE= http://www.amanda.org/ DEPENDS+= readline-2.2:../../devel/readline DEPENDS+= gnuplot-3.7:../../graphics/gnuplot DEPENDS+= amanda-common-2.4.1p1:../amanda-common + +USE_X11= yes USE_PERL5= yes .include "../../mk/bsd.prefs.mk" |