diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-08 17:48:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-08 17:48:09 +0000 |
commit | 7e03da02448740efb258cc0bc47497ee36c0fb73 (patch) | |
tree | 4860a66cab92d237b91a32ef6681e27e86e86316 | |
parent | a3e06b0e9d18d3c4fd94aa2f3d05a88ff1edf076 (diff) | |
download | pkgsrc-7e03da02448740efb258cc0bc47497ee36c0fb73.tar.gz |
Modular Xorg support.
-rw-r--r-- | graphics/skencil/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 89c27e57c61..54550ac4df4 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/18 21:40:34 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2007/01/08 17:48:09 joerg Exp $ # DISTNAME= skencil-0.6.17 @@ -40,6 +40,8 @@ post-install: cd ${WRKSRC}/Examples && ${PAX} -rwpm -v . ${SKETCHEXDIR} .include "../../lang/python/application.mk" -.include "../../x11/py-Tk/buildlink3.mk" .include "../../graphics/py-imaging/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/py-Tk/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |