diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-06-04 18:21:48 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-06-04 18:21:48 +0000 |
commit | 921cc33b8e6d60555790306e3600872c099ca27c (patch) | |
tree | 3ea9514795e58799590eb13ad4f33c045d849c44 | |
parent | 3eb6d37c785be8954f669192c04991ec780e0e0d (diff) | |
download | pkgsrc-921cc33b8e6d60555790306e3600872c099ca27c.tar.gz |
These don't really need X after all -- they can be useful on headless
machines without X, too, so remove USE_X11.
-rw-r--r-- | graphics/gnuplot/Makefile | 3 | ||||
-rw-r--r-- | graphics/plotutils/Makefile | 3 | ||||
-rw-r--r-- | sysutils/amanda-dev/Makefile | 3 | ||||
-rw-r--r-- | sysutils/amanda/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index c1ecd8260ae..fc0bd198c93 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/03/05 14:01:25 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2003/06/04 18:21:50 jschauma Exp $ # DISTNAME= gnuplot-3.7.3 @@ -13,7 +13,6 @@ HOMEPAGE= http://sourceforge.net/projects/gnuplot/ COMMENT= gnuplot is a nice plotting utility USE_BUILDLINK2= YES -USE_X11= YES # because of missing rl_complete_with_tilde_expansion and rl_terminal_name USE_GNU_READLINE= YES GNU_CONFIGURE= YES diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 8d5eb1eeb1f..38d13fc0526 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2003/05/29 23:14:09 grant Exp $ +# $NetBSD: Makefile,v 1.21 2003/06/04 18:21:50 jschauma Exp $ # DISTNAME= plotutils-2.4.1 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html COMMENT= Programs and library for plotting scientific data USE_BUILDLINK2= yes -USE_X11BASE= yes USE_GCC_SHLIB= yes GNU_CONFIGURE= yes diff --git a/sysutils/amanda-dev/Makefile b/sysutils/amanda-dev/Makefile index fb3bc4d603f..d7f56528c3f 100644 --- a/sysutils/amanda-dev/Makefile +++ b/sysutils/amanda-dev/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/03/28 21:14:34 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/06/04 18:21:49 jschauma Exp $ # MASTER_SITES= # empty @@ -13,7 +13,6 @@ DEPENDS+= amanda-plot-${VERS}:../../sysutils/amanda-dev-plot .include "../../mk/bsd.prefs.mk" .include "../../sysutils/amanda-dev-common/Makefile.common" -USE_X11= yes EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_CONFIGURE= yes 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 |