summaryrefslogtreecommitdiff
path: root/graphics/xplot
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-01 16:04:19 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-01 16:04:19 +0000
commit5d973c1b19a70add926f841cf340c820bbe5d5ba (patch)
tree1580eaa5154ba2358ea82203873dab3ba1d9373f /graphics/xplot
parentfca7bd59ce86ea2213a54ba69b710a3e16dc20d1 (diff)
downloadpkgsrc-5d973c1b19a70add926f841cf340c820bbe5d5ba.tar.gz
Modular Xorg support.
Diffstat (limited to 'graphics/xplot')
-rw-r--r--graphics/xplot/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/xplot/Makefile b/graphics/xplot/Makefile
index c36f88b9bec..b3e4f3b9d40 100644
--- a/graphics/xplot/Makefile
+++ b/graphics/xplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/10/14 09:13:14 bad Exp $
+# $NetBSD: Makefile,v 1.24 2007/02/01 16:06:03 joerg Exp $
DISTNAME= xplot-0.90.7.1
PKGREVISION= 5
@@ -16,12 +16,11 @@ DOCFILES= ANNOUNCE README README.tcp_plots
# demo.? removed from interim .7.1 version
# demo.0 demo.1 demo.2 demo.3 demo.4 demo.5 demo.6 demo.7
-.include "../../mk/x11.buildlink3.mk"
-
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xplot
.for file in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xplot
.endfor
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"