diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-08 17:58:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-08 17:58:08 +0000 |
commit | 87b5989bb873c3c85789e54b4eccf1f7eaeda943 (patch) | |
tree | 9599856d7e45abc0bae5b1400bfabeb3aab1c1e2 /cad/xcircuit | |
parent | ad4b555283a80dbfbe79080913572d3eec3b9387 (diff) | |
download | pkgsrc-87b5989bb873c3c85789e54b4eccf1f7eaeda943.tar.gz |
Modular Xorg support.
Diffstat (limited to 'cad/xcircuit')
-rw-r--r-- | cad/xcircuit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 4383e0c1fb5..7e965aff7e4 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/12/15 20:32:53 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2007/01/08 17:58:08 joerg Exp $ DISTNAME= xcircuit-3.4.26 CATEGORIES= cad graphics @@ -41,7 +41,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/examples/*.* ${PREFIX}/share/examples/xcircuit/ ${INSTALL_DATA} ${WRKSRC}/examples/xcircuitrc ${PREFIX}/share/examples/xcircuit/ -.include "../../x11/libXpm/buildlink3.mk" .include "../../lang/tcl/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |