diff options
author | jmmv <jmmv@pkgsrc.org> | 2008-05-09 11:12:27 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2008-05-09 11:12:27 +0000 |
commit | 8ce4dc68050e3cc141f7df517e2caf389053c5fa (patch) | |
tree | 86844356ab8ab3259f6c5c5327654ca29c39b868 /graphics/gnuplot-nox11 | |
parent | 6d73eec9eaa37815562e95eb1f394cfcc5b8495e (diff) | |
download | pkgsrc-8ce4dc68050e3cc141f7df517e2caf389053c5fa.tar.gz |
Fix packaging of gnuplot-nox11 by avoiding the installation of an
X11-specific file.
Diffstat (limited to 'graphics/gnuplot-nox11')
-rw-r--r-- | graphics/gnuplot-nox11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gnuplot-nox11/Makefile b/graphics/gnuplot-nox11/Makefile index a556f97ed38..74c912f96ab 100644 --- a/graphics/gnuplot-nox11/Makefile +++ b/graphics/gnuplot-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:34 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/05/09 11:12:27 jmmv Exp $ # PKGNAME= ${DISTNAME:C/-/-nox11-/} @@ -9,6 +9,8 @@ CONFLICTS+= gnuplot-[0-9]* CONFIGURE_ARGS+= --without-x +INSTALL_ENV+= INSTALL_XRESOURCE_DATA=no + .include "../../graphics/gnuplot/Makefile.common" .include "../../graphics/plotutils-nox11/buildlink3.mk" |