From 5e68477fdca3becc68abb61fa02acbf53b0f68df Mon Sep 17 00:00:00 2001 From: John Marino Date: Mon, 20 Oct 2014 10:34:14 +0000 Subject: Add USES=alias to several ports Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) --- www/httrack/Makefile | 2 +- www/webkit-qt5/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/httrack/Makefile b/www/httrack/Makefile index beaec574894f..ab295ba73d3b 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= ${PREFIX}/lib/httrack -USES= gmake iconv libtool shebangfix +USES= alias gmake iconv libtool shebangfix PORTDATA= * PORTDOCS= * diff --git a/www/webkit-qt5/Makefile b/www/webkit-qt5/Makefile index dde9cd9a7857..7ce9946a7d92 100644 --- a/www/webkit-qt5/Makefile +++ b/www/webkit-qt5/Makefile @@ -26,7 +26,8 @@ USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes USE_SQLITE= 3 USE_XORG= x11 xcomposite xrender -USES= bison gmake gperf perl5 pkgconfig python:build qmake:outsource +USES= alias bison gmake gperf perl5 pkgconfig python:build \ + qmake:outsource # Keep make(1) from descending into obj/ subdirectories during tests. CONFIGURE_ENV= MAKEOBJDIR=. # Use flex(1) from ports. -- cgit v1.2.3