diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-11 08:34:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-11 08:34:17 +0000 |
commit | 8d27ddb9bd993385ce5d7a9b17e2fe231ec8c69f (patch) | |
tree | 82565381028ebd8b5a674bafdecce3a45c5c2e6d /net-im/mcabber/Makefile | |
parent | 0a59b351f616abe849539bc2afbc8eba4abe8004 (diff) | |
download | ports-8d27ddb9bd993385ce5d7a9b17e2fe231ec8c69f.tar.gz ports-8d27ddb9bd993385ce5d7a9b17e2fe231ec8c69f.zip |
Notes
Diffstat (limited to 'net-im/mcabber/Makefile')
-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 |