diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-30 23:06:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-30 23:06:18 +0000 |
commit | 3384c9c5ad290ae7fb7cdb25ecf42ebd84921912 (patch) | |
tree | 0c9a7206ef7fe708c35e1e34a083688ae9ad3a7d /editors/xcoral | |
parent | e2a9e1df045b0f85dccae6b4d73e13b0c83f8254 (diff) | |
download | pkgsrc-3384c9c5ad290ae7fb7cdb25ecf42ebd84921912.tar.gz |
Modular Xorg support.
Diffstat (limited to 'editors/xcoral')
-rw-r--r-- | editors/xcoral/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile index 98e21eae553..4fdbac702ee 100644 --- a/editors/xcoral/Makefile +++ b/editors/xcoral/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:33 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2007/01/30 23:06:18 joerg Exp $ DISTNAME= xcoral-3.2 PKGREVISION= 1 @@ -21,8 +21,6 @@ LIBFILES= DEPEND README cmd.sc color.sc comments.sc compare-win.sc \ INSTALLATION_DIRS= bin -.include "../../mk/x11.buildlink3.mk" - do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/xcoral ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xcoral/HTML/icons @@ -32,4 +30,8 @@ do-install: .endfor ${CP} -r ${WRKSRC}/Doc/* ${PREFIX}/share/doc/xcoral +BUILDLINK_DEPMETHOD.libXt?= build + +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |