diff options
author | jschauma <jschauma> | 2003-06-04 18:21:48 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-06-04 18:21:48 +0000 |
commit | a3a9a46de6627971441ed8cb1142128f09ebfc7d (patch) | |
tree | 3ea9514795e58799590eb13ad4f33c045d849c44 /sysutils/amanda/Makefile | |
parent | 911a80d2422f70732fa3d8b9ba6ed35eeecf09cd (diff) | |
download | pkgsrc-a3a9a46de6627971441ed8cb1142128f09ebfc7d.tar.gz |
These don't really need X after all -- they can be useful on headless
machines without X, too, so remove USE_X11.
Diffstat (limited to 'sysutils/amanda/Makefile')
-rw-r--r-- | sysutils/amanda/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile index cccf5c136ef..51ddfcd68e1 100644 --- a/sysutils/amanda/Makefile +++ b/sysutils/amanda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2003/06/02 01:16:57 jschauma Exp $ +# $NetBSD: Makefile,v 1.34 2003/06/04 18:21:48 jschauma Exp $ # DISTNAME= amanda-2.4.2p2 @@ -14,7 +14,6 @@ DEPENDS+= amanda-client-2.4.2p2:../../sysutils/amanda-client DEPENDS+= amanda-server-2.4.2p2:../../sysutils/amanda-server DEPENDS+= amanda-plot-2.4.2p2:../../sysutils/amanda-plot -USE_X11= yes EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_CONFIGURE= yes |