diff options
Diffstat (limited to 'net/unison232/Makefile')
-rw-r--r-- | net/unison232/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/unison232/Makefile b/net/unison232/Makefile index 3f55db3ab3f1..bf456f4184da 100644 --- a/net/unison232/Makefile +++ b/net/unison232/Makefile @@ -6,8 +6,7 @@ # PORTNAME= unison -PORTVERSION= 2.27.157 -PORTREVISION?= 2 +PORTVERSION= 2.32.52 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} @@ -22,6 +21,8 @@ USE_GMAKE= yes MAKE_ARGS= CFLAGS="" CONFLICTS= unison-devel-[0-9]* unison-nox11-[0-9]* +MAKE_JOBS_UNSAFE= yes + .include <bsd.port.pre.mk> .if !defined(NOPORTDOCS) |