diff options
author | mi <mi@FreeBSD.org> | 2008-03-06 20:42:27 +0000 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2008-03-06 20:42:27 +0000 |
commit | 40d01a193eedd67f4d1d056b6495010afa80fa40 (patch) | |
tree | 35854b4b9a749e6bde485426c1f92903c8fb1f7d /net/opal3/Makefile | |
parent | 83b2c7426534b977dd43c4dc48f6afb33a0804a6 (diff) | |
download | FreeBSD-ports-40d01a193eedd67f4d1d056b6495010afa80fa40.zip FreeBSD-ports-40d01a193eedd67f4d1d056b6495010afa80fa40.tar.gz |
Remove the scalpel forgotten inside the patient.
Diffstat (limited to 'net/opal3/Makefile')
-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 b8c1328..8276927 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 |