diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 23:59:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 23:59:46 +0800 |
commit | 4df0641d61d1ae362bed29c00c460386cd8fab83 (patch) | |
tree | e8829a03489d9197becd68dd38c95d61c880661d /www | |
parent | 30311f33a4086547ce22e46c5592d0e624b06d6d (diff) | |
download | freebsd-ports-gnome-4df0641d61d1ae362bed29c00c460386cd8fab83.tar.gz freebsd-ports-gnome-4df0641d61d1ae362bed29c00c460386cd8fab83.tar.zst freebsd-ports-gnome-4df0641d61d1ae362bed29c00c460386cd8fab83.zip |
Fix without gperf in base
Diffstat (limited to 'www')
-rw-r--r-- | www/webkit-qt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webkit-qt5/Makefile b/www/webkit-qt5/Makefile index 8162892c3f79..dde9cd9a7857 100644 --- a/www/webkit-qt5/Makefile +++ b/www/webkit-qt5/Makefile @@ -26,7 +26,7 @@ USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes USE_SQLITE= 3 USE_XORG= x11 xcomposite xrender -USES= bison:build gmake perl5 pkgconfig python:build qmake:outsource +USES= 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. |