diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-20 10:34:14 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-20 10:34:14 +0000 |
commit | 5e68477fdca3becc68abb61fa02acbf53b0f68df (patch) | |
tree | 5eae06ca519080791dde797c88f1f2e2d8e5b078 /www | |
parent | 41d45f6a02cc57571cf664fe8361a93a5860ceee (diff) | |
download | ports-5e68477fdca3becc68abb61fa02acbf53b0f68df.tar.gz ports-5e68477fdca3becc68abb61fa02acbf53b0f68df.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/httrack/Makefile | 2 | ||||
-rw-r--r-- | www/webkit-qt5/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
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. |