diff options
author | gdt <gdt> | 2008-02-02 21:43:27 +0000 |
---|---|---|
committer | gdt <gdt> | 2008-02-02 21:43:27 +0000 |
commit | 78827570412f559e5540d23009463b7f39246a0d (patch) | |
tree | b4cb2f6e8de7a20ea86417cc6df54b0e7697bca5 /chat/finch/Makefile | |
parent | c4157f39f1565506522ae117a8f492b44a717444 (diff) | |
download | pkgsrc-78827570412f559e5540d23009463b7f39246a0d.tar.gz |
Use ncursesw. Remove TODO as the package is now functional.
PKGREVISION++.
Patch from Jonathan Scheifer on pkgsrc-users@.
Diffstat (limited to 'chat/finch/Makefile')
-rw-r--r-- | chat/finch/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile index 893b30c0d69..676fb58cf85 100644 --- a/chat/finch/Makefile +++ b/chat/finch/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2007/11/03 15:59:17 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2008/02/02 21:43:27 gdt Exp $ # PKGNAME= finch-${PIDGIN_VERSION} +PKGREVISION= 1 COMMENT= Multi-protocol Instant Messaging client console frontend @@ -25,6 +26,10 @@ CONFIGURE_ARGS+= --disable-gnutls CONFIGURE_ARGS+= --disable-nss #CONFIGURE_ARGS+= --disable-plugins +CONFIGURE_ARGS+= --with-ncurses-headers=${PREFIX}/include/ncursesw +CONFIGURE_ENV+= ac_cv_lib_ncursesw_initscr=yes +CONFIGURE_ENV+= ac_cv_lib_panelw_update_panels=yes + USE_NCURSES= yes # force ncurses, for libpanel BUILD_DIRS=finch @@ -43,6 +48,6 @@ post-install: .include "../../chat/libpurple/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" -.include "../../devel/ncurses/buildlink3.mk" +.include "../../devel/ncursesw/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |