summaryrefslogtreecommitdiff
path: root/graphics/pgraf/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-15 14:58:19 +0000
committerjoerg <joerg>2007-02-15 14:58:19 +0000
commit4a06afc49b178d4240d8a0a6fb890eec6e45f3f9 (patch)
tree420dde1256bf14951c892c68e4764ab127cd0134 /graphics/pgraf/Makefile
parentbacd95d61710a9d33e01698cddafdae606d07618 (diff)
downloadpkgsrc-4a06afc49b178d4240d8a0a6fb890eec6e45f3f9.tar.gz
Modular Xorg support.
Diffstat (limited to 'graphics/pgraf/Makefile')
-rw-r--r--graphics/pgraf/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/pgraf/Makefile b/graphics/pgraf/Makefile
index 85a81890016..6e832a1e402 100644
--- a/graphics/pgraf/Makefile
+++ b/graphics/pgraf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/01/07 09:13:56 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2007/02/15 14:58:21 joerg Exp $
DISTNAME= pgraf-20010131
PKGREVISION= 1
@@ -13,8 +13,6 @@ INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 ${PKGMAND
CONFLICTS= pgp5-[0-9]* # Both have a `pgps' executable
-.include "../../mk/x11.buildlink3.mk"
-
post-install:
${INSTALL_DATA} ${WRKSRC}/include/pgraf.h ${PREFIX}/include
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pgraf
@@ -26,4 +24,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/metagens/*.r ${WRKSRC}/tests/* \
${PREFIX}/share/examples/pgraf/
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"