diff options
author | sat <sat@FreeBSD.org> | 2007-08-07 04:08:43 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-08-07 04:08:43 +0800 |
commit | 367691b10bce0a2ebef7d25bb0426e7f3f52b20f (patch) | |
tree | c87bdd5e69700df3702eff9af58bc4f3972bfccc /graphics | |
parent | f90d239d28b3858cd45e1bf07e3bffc6848e53ca (diff) | |
download | freebsd-ports-gnome-367691b10bce0a2ebef7d25bb0426e7f3f52b20f.tar.gz freebsd-ports-gnome-367691b10bce0a2ebef7d25bb0426e7f3f52b20f.tar.zst freebsd-ports-gnome-367691b10bce0a2ebef7d25bb0426e7f3f52b20f.zip |
- Disable parallel build which broke jasper on two of my boxes
(7/i386/UP and 7/amd64/SMP)
- Note that parallel builds still require much testing (and
research)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jasper/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index a232e754939e..c09c2352bf64 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -18,7 +18,6 @@ COMMENT= An implementation of the codec specified in the JPEG-2000 standard LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg -MAKE_ARGS+= -j`${SYSCTL} -n hw.ncpu` USE_AUTOTOOLS= libtool:15 USE_ZIP= yes USE_GNOME= gnometarget lthack |