diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 19:23:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 19:23:51 +0000 |
commit | 18ea7ff0d546f332d81add72a107b34a39284549 (patch) | |
tree | e0dd6f4bf2c56dc1c36052bc70793143f855ffcb /inputmethod/libtabe | |
parent | b28871bb1216ab77d77b499e43c03b7fc4f36f63 (diff) | |
download | pkgsrc-18ea7ff0d546f332d81add72a107b34a39284549.tar.gz |
Modular Xorg support.
Diffstat (limited to 'inputmethod/libtabe')
-rw-r--r-- | inputmethod/libtabe/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/inputmethod/libtabe/Makefile b/inputmethod/libtabe/Makefile index bccf577d299..17c362b0323 100644 --- a/inputmethod/libtabe/Makefile +++ b/inputmethod/libtabe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/02/05 23:09:43 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2007/02/02 19:23:51 joerg Exp $ # DISTNAME= libtabe-0.2.5 @@ -25,6 +25,9 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/tsi-src/README \ ${PREFIX}/share/doc/tabe/README.tsi +BUILDLINK_DEPMETHOD.libXt?= build + .include "../../databases/db3/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |