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 /graphics/plotutils/Makefile | |
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.
Diffstat (limited to 'graphics/plotutils/Makefile')
-rw-r--r-- | graphics/plotutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |