diff options
author | joerg <joerg> | 2007-02-15 14:38:28 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-15 14:38:28 +0000 |
commit | fabee0bafaea5b83ab9644838b77c13beeeb268e (patch) | |
tree | 9f2fccc6441d97ad6aa9e51b93f32d89dba3a18b /inputmethod/unicon-im | |
parent | 883af37d466da9db25789549d22024eea38a9d76 (diff) | |
download | pkgsrc-fabee0bafaea5b83ab9644838b77c13beeeb268e.tar.gz |
Modular Xorg support.
Diffstat (limited to 'inputmethod/unicon-im')
-rw-r--r-- | inputmethod/unicon-im/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/unicon-im/Makefile b/inputmethod/unicon-im/Makefile index cc2de697e3b..4fae3594aa7 100644 --- a/inputmethod/unicon-im/Makefile +++ b/inputmethod/unicon-im/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/05/11 14:15:10 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2007/02/15 14:38:33 joerg Exp $ DISTNAME= unicon-1.2 PKGNAME= unicon-im-1.2 @@ -15,5 +15,5 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES .include "../../devel/pth/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |