diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2009-12-21 00:01:28 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2009-12-21 00:01:28 +0000 |
commit | 16d86ff926ff7e320ed45a348ef1bfece1ca6e91 (patch) | |
tree | 7cc0eb9ae52810c0c92e0ce73142ec31ab646cdc /www/midori/Makefile | |
parent | b50dfb65d14ac660c966a5eac39ad42b1195d019 (diff) |
Notes
Diffstat (limited to 'www/midori/Makefile')
-rw-r--r-- | www/midori/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index 4c0a1aad2701..659ba705107c 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -7,7 +7,7 @@ # PORTNAME= midori -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= www MASTER_SITES= http://archive.xfce.org/src/apps/${PORTNAME}/${PORTVERSION:R}/ @@ -22,8 +22,10 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--disable-unique +CONFIGURE_ARGS+=--disable-unique \ + --jobs=${MAKE_JOBS_NUMBER} +MAKE_JOBS_SAFE= yes HAS_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes |