diff options
author | sakamoto <sakamoto> | 2002-06-10 12:37:42 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 2002-06-10 12:37:42 +0000 |
commit | 1434d3f2b3bce6a2e60cf20c3fde00f38392d2a6 (patch) | |
tree | 7872e19428567e2e4bff0d151634b38f720323c2 /editors/ng/Makefile | |
parent | 7e1389544fc8cb566e71743ad069181376d2c672 (diff) | |
download | pkgsrc-1434d3f2b3bce6a2e60cf20c3fde00f38392d2a6.tar.gz |
use inputmethod/canna-lib/buildlink.mk and fix CANNAINC, CANNALIB.
Diffstat (limited to 'editors/ng/Makefile')
-rw-r--r-- | editors/ng/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/ng/Makefile b/editors/ng/Makefile index b73e194a501..fde661dbd46 100644 --- a/editors/ng/Makefile +++ b/editors/ng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/05/31 15:19:56 seb Exp $ +# $NetBSD: Makefile,v 1.11 2002/06/10 12:37:42 sakamoto Exp $ DISTNAME= ng-1.4.3 CATEGORIES= editors japanese @@ -15,8 +15,7 @@ USE_CANNA= YES .endif .if ${USE_CANNA} == "YES" -DEPENDS= Canna-lib>=3.5.2:../../inputmethod/canna-lib -USE_X11= YES +.include "../../inputmethod/canna-lib/buildlink.mk" .endif WRKSRC= ${WRKDIR}/ng |