svn commit: r513608 - head/www/htmlcxx

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 2 19:25:07 UTC 2019


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:


More information about the svn-ports-head mailing list