Date: Wed, 2 Oct 2019 19:25:07 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513608 - head/www/htmlcxx Message-ID: <201910021925.x92JP7oH064076@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Oct 2 19:25:07 2019 New Revision: 513608 URL: https://svnweb.freebsd.org/changeset/ports/513608 Log: Use the new bison:alias to avoid a dependency on GNU bison While here modernize a bit the port Modified: head/www/htmlcxx/Makefile Modified: head/www/htmlcxx/Makefile ============================================================================== --- head/www/htmlcxx/Makefile Wed Oct 2 19:24:55 2019 (r513607) +++ head/www/htmlcxx/Makefile Wed Oct 2 19:25:07 2019 (r513608) @@ -11,11 +11,9 @@ COMMENT= HTML and CSS APIs for C++ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/LGPL_V2 -USES= bison iconv libtool pathfix +USES= bison:alias iconv libtool localbase:ldflags pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910021925.x92JP7oH064076>