summaryrefslogtreecommitdiff
path: root/graphics/ploticus-examples
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-15 14:58:19 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-15 14:58:19 +0000
commit61c76992a7a088700de93cd92acee9173cffddf8 (patch)
tree420dde1256bf14951c892c68e4764ab127cd0134 /graphics/ploticus-examples
parent8e29f2fef07eb6a557e98d43ae142decbc99e860 (diff)
downloadpkgsrc-61c76992a7a088700de93cd92acee9173cffddf8.tar.gz
Modular Xorg support.
Diffstat (limited to 'graphics/ploticus-examples')
-rw-r--r--graphics/ploticus-examples/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/ploticus-examples/Makefile b/graphics/ploticus-examples/Makefile
index e44b30bb94a..5d9b96f92ee 100644
--- a/graphics/ploticus-examples/Makefile
+++ b/graphics/ploticus-examples/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/10/04 21:44:47 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2007/02/15 14:58:22 joerg Exp $
#
DISTNAME= plnode141
@@ -18,10 +18,9 @@ NO_BUILD= YES
DIST_SUBDIR= ${PKGNAME_NOREV:S/-examples//}
EXDIR= ${PREFIX}/share/examples/ploticus
-.include "../../mk/x11.buildlink3.mk"
-
do-install:
${INSTALL_DATA_DIR} ${EXDIR}
cd ${WRKSRC} && ${PAX} -rw -pp doc gallery tabgallery thumbnails thumbpng ${EXDIR}
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"