Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2020 21:42:01 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525972 - head/audio/ncmpcpp
Message-ID:  <202002122142.01CLg1rL070125@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Feb 12 21:42:01 2020
New Revision: 525972
URL: https://svnweb.freebsd.org/changeset/ports/525972

Log:
  audio/ncmpcpp: allow using base ncurses
  
  PR:		243940
  Approved by:	yamagi@yamagi.org (maintainer)

Modified:
  head/audio/ncmpcpp/Makefile   (contents, props changed)

Modified: head/audio/ncmpcpp/Makefile
==============================================================================
--- head/audio/ncmpcpp/Makefile	Wed Feb 12 21:37:56 2020	(r525971)
+++ head/audio/ncmpcpp/Makefile	Wed Feb 12 21:42:01 2020	(r525972)
@@ -19,13 +19,13 @@ LIB_DEPENDS=	libmpdclient.so:audio/libmpdclient \
 		libboost_filesystem.so:devel/boost-libs \
 		libcurl.so:ftp/curl
 
-USES=		compiler:c++14-lang gnome iconv libtool localbase ncurses:port \
+USES=		compiler:c++14-lang gnome iconv libtool localbase ncurses \
 		pkgconfig readline tar:bzip2
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 CPPFLAGS+=	-DU_USING_ICU_NAMESPACE=1
 LDFLAGS+=	-lpthread
-CONFIGURE_ENV=	BOOST_LIB_SUFFIX=""
+CONFIGURE_ENV=	BOOST_LIB_SUFFIX="" ncursesw_CFLAGS="-L${NCURSESLIB}" ncursesw_LIBS="-lncursesw"
 
 OPTIONS_DEFINE=	CLOCK DOCS OUTPUTS TAGLIB UTF8 VISUALIZER
 OPTIONS_DEFAULT=	CLOCK OUTPUTS TAGLIB UTF8 VISUALIZER



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002122142.01CLg1rL070125>