diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2008-03-06 20:42:27 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2008-03-06 20:42:27 +0000 |
commit | fc86141328a419ed6e267106530935fc5a9d9e08 (patch) | |
tree | d46891d3851c4edddddae454700a6b2910af36ac /net/opal3 | |
parent | 73c956820c232a9e6845c94199ec6db67ea36c33 (diff) | |
download | ports-fc86141328a419ed6e267106530935fc5a9d9e08.tar.gz ports-fc86141328a419ed6e267106530935fc5a9d9e08.zip |
Notes
Diffstat (limited to 'net/opal3')
-rw-r--r-- | net/opal3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index b8c1328287b6..8276927ca7d0 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -21,8 +21,7 @@ OPTIONS= FFMPEG "Support H263 audio/video codec" on \ LIB_DEPENDS= pt_r:${PORTSDIR}/devel/pwlib # In opal's Makefile the default make's target is optshared -#ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` optshared -ALL_TARGET= -j3 optshared +ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` optshared USE_GMAKE= yes USE_AUTOTOOLS= autoconf:261 USE_GNOME= gnometarget |