aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/fox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/fox/Makefile')
-rw-r--r--x11-toolkits/fox/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/fox/Makefile b/x11-toolkits/fox/Makefile
index 280a9f8ef3f2..f6c1f881e717 100644
--- a/x11-toolkits/fox/Makefile
+++ b/x11-toolkits/fox/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fox
-PORTVERSION?= 0.99.172
+PORTVERSION?= 0.99.174
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \
ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/
@@ -51,6 +51,12 @@ CONFIGURE_ARGS+=--enable-release
.if defined(WANT_PROFILE)
CONFIGURE_ARGS+=--with-profiling=gprof
.endif
+MAKE_ARGS+= -j3
+.if defined(NOPORTDOCS)
+MAKE_ARGS+= DOC=
+.else
+MAKE_ARGS+= DOC=doc
+.endif
USE_LIBTOOL= yes
SHLIB_MAJ= 1
SHLIB_MIN= 0