aboutsummaryrefslogtreecommitdiff
path: root/www/htmlcxx
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-10-02 19:25:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-10-02 19:25:07 +0000
commit8d3b28041b7bdf64d8b0d1b7436ac84dc344a12a (patch)
treec5dace0c93511d980aabac7ac5f605b38e66d792 /www/htmlcxx
parenta3bd5ddae3ec25981e3fc0c5df072011a1e0f888 (diff)
downloadports-8d3b28041b7bdf64d8b0d1b7436ac84dc344a12a.tar.gz
ports-8d3b28041b7bdf64d8b0d1b7436ac84dc344a12a.zip
Use the new bison:alias to avoid a dependency on GNU bison
While here modernize a bit the port
Notes
Notes: svn path=/head/; revision=513608
Diffstat (limited to 'www/htmlcxx')
-rw-r--r--www/htmlcxx/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/htmlcxx/Makefile b/www/htmlcxx/Makefile
index 8b6fb23fa55d..ab800ddf3977 100644
--- a/www/htmlcxx/Makefile
+++ b/www/htmlcxx/Makefile
@@ -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: