diff options
author | joerg <joerg> | 2007-02-02 19:23:51 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-02 19:23:51 +0000 |
commit | 911929219a65e077e34e38600714e68e3fabf210 (patch) | |
tree | e0dd6f4bf2c56dc1c36052bc70793143f855ffcb /inputmethod | |
parent | 3e6f481e397c0c9777c6cb5ef7b940dc10786510 (diff) | |
download | pkgsrc-911929219a65e077e34e38600714e68e3fabf210.tar.gz |
Modular Xorg support.
Diffstat (limited to 'inputmethod')
-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" |