diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2002-06-10 13:03:04 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2002-06-10 13:03:04 +0000 |
commit | 0da459c015e58a499e9b6e88365dba98bfc5b9d5 (patch) | |
tree | 4c71c9c9d373526700ed94c2374eafcf1e7545d1 | |
parent | ead50718ec46d104c3c5e777ccae716c4a2b1e20 (diff) | |
download | pkgsrc-0da459c015e58a499e9b6e88365dba98bfc5b9d5.tar.gz |
use inputmethod/canna-lib/buildlink.mk and fix --with-canna.
-rw-r--r-- | mail/cue/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/cue/Makefile b/mail/cue/Makefile index 2c04a79b68d..d4ca2e4289c 100644 --- a/mail/cue/Makefile +++ b/mail/cue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/05/31 15:19:59 seb Exp $ +# $NetBSD: Makefile,v 1.11 2002/06/10 13:03:04 sakamoto Exp $ DISTNAME= cue-snap-20010917 PKGNAME= cue-20010917 @@ -25,8 +25,8 @@ CONFIGURE_ARGS+=--enable-ipv6 CONFIGURE_ARGS+=--disable-ipv6 .endif # require Canna, for now, cue assumes Japanese encoding anyways -DEPENDS+= Canna-lib>=3.5.2:../../inputmethod/canna-lib -CONFIGURE_ARGS+=--with-canna=${LOCALBASE} +.include "../../inputmethod/canna-lib/buildlink.mk" +CONFIGURE_ARGS+=--with-canna=${BUILDLINK_DIR} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cue ${PREFIX}/bin |