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 | |
parent | 57661849a8a32bf5ad4651a384f0cee0a59fe67a (diff) | |
download | pkgsrc-388860d23fd6e669bce6e1b2b1e43360bf4bd551.tar.gz |
add USE_X11=yes
Diffstat (limited to 'sysutils/amanda')
-rw-r--r-- | sysutils/amanda/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile index 2bbdaf05dfd..35627b7d24c 100644 --- a/sysutils/amanda/Makefile +++ b/sysutils/amanda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/04/05 00:53:47 tron Exp $ +# $NetBSD: Makefile,v 1.26 1999/04/26 19:25:06 garbled Exp $ # DISTNAME= amanda-2.4.1p1 @@ -13,6 +13,7 @@ HOMEPAGE= http://www.amanda.org/ DEPENDS+= amanda-client-2.4.1p1:../amanda-client DEPENDS+= amanda-server-2.4.1p1:../amanda-server +USE_X11= yes EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_PATCH= yes |