summaryrefslogtreecommitdiff
path: root/graphics/xplot-devel
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-01 16:04:19 +0000
committerjoerg <joerg>2007-02-01 16:04:19 +0000
commit054a6f06ee1ff8c73c44c6fdc4ac7e2b4074ba83 (patch)
tree1580eaa5154ba2358ea82203873dab3ba1d9373f /graphics/xplot-devel
parent0f524968e01403a10d1bf81bba0eb33ab4c318e8 (diff)
downloadpkgsrc-054a6f06ee1ff8c73c44c6fdc4ac7e2b4074ba83.tar.gz
Modular Xorg support.
Diffstat (limited to 'graphics/xplot-devel')
-rw-r--r--graphics/xplot-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/xplot-devel/Makefile b/graphics/xplot-devel/Makefile
index c760097cda9..21fad56b3b3 100644
--- a/graphics/xplot-devel/Makefile
+++ b/graphics/xplot-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/10/14 09:20:14 bad Exp $
+# $NetBSD: Makefile,v 1.3 2007/02/01 16:08:21 joerg Exp $
DISTNAME= xplot-0.90.8
PKGREVISION= 1
@@ -15,12 +15,11 @@ GNU_CONFIGURE= yes
DOCFILES= ANNOUNCE README README.tcp_plots \
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"