diff options
Diffstat (limited to 'net-im/mcabber')
-rw-r--r-- | net-im/mcabber/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index 87781a6682d0..fd8e946a67b8 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" USE_ICONV= yes USE_GETTEXT= yes USE_LDCONFIG= yes +USE_NCURSES= yes USE_GNOME= glib20 MAN1= mcabber.1 @@ -36,10 +37,6 @@ OPTIONS= GPGME "Use security/gpgme for PGP support" off \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 602107 || (${OSVERSION} > 700000 && ${OSVERSION} < 700033) -LIB_DEPENDS+= ncursesw.5:${PORTSDIR}/devel/ncurses -.endif - .if defined(WITH_GPGME) LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme CONFIGURE_ARGS+=--enable-gpgme |