diff options
author | tron <tron@pkgsrc.org> | 1998-06-19 23:01:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-19 23:01:28 +0000 |
commit | ab9781a7d6aacf3bf0cae5367651fed6317551ca (patch) | |
tree | 49dd7f0eb8814fe6d6265f30ca6d2957bc853cfd | |
parent | 162ed75e6a77a0298cd9b6401118ced9773aac58 (diff) | |
download | pkgsrc-ab9781a7d6aacf3bf0cae5367651fed6317551ca.tar.gz |
Add "USE_X11" as suggested by Tim Rightnour in PR pkg/5611.
-rw-r--r-- | graphics/xplot/Makefile | 3 | ||||
-rw-r--r-- | x11/xplot/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/xplot/Makefile b/graphics/xplot/Makefile index 32cd2f7abde..0e33227cbd6 100644 --- a/graphics/xplot/Makefile +++ b/graphics/xplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/06/03 14:05:12 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/06/19 23:01:28 tron Exp $ # DISTNAME= xplot-0.90 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/ MAINTAINER= thorpej@netbsd.org +USE_X11= yes GNU_CONFIGURE= yes DOCFILES= ANNOUNCE README README.tcp_plots demo.0 demo.1 demo.2 \ diff --git a/x11/xplot/Makefile b/x11/xplot/Makefile index 32cd2f7abde..0e33227cbd6 100644 --- a/x11/xplot/Makefile +++ b/x11/xplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/06/03 14:05:12 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/06/19 23:01:28 tron Exp $ # DISTNAME= xplot-0.90 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/ MAINTAINER= thorpej@netbsd.org +USE_X11= yes GNU_CONFIGURE= yes DOCFILES= ANNOUNCE README README.tcp_plots demo.0 demo.1 demo.2 \ |