diff options
-rw-r--r-- | inputmethod/unicon-im/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inputmethod/unicon-im/Makefile b/inputmethod/unicon-im/Makefile index 0d2afe3af71..424b32c5044 100644 --- a/inputmethod/unicon-im/Makefile +++ b/inputmethod/unicon-im/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/01/19 08:48:49 tron Exp $ +# $NetBSD: Makefile,v 1.6 2003/04/18 13:39:37 kei Exp $ DISTNAME= unicon-1.2 PKGNAME= unicon-im-1.2 +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= http://www.opencjk.org/~yumj/download/ @@ -14,5 +15,5 @@ USE_X11= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES -.include "../../mk/pthread.buildlink2.mk" +.include "../../devel/pth/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |