diff options
author | mi <mi@FreeBSD.org> | 2008-03-07 04:42:27 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2008-03-07 04:42:27 +0800 |
commit | 40d01a193eedd67f4d1d056b6495010afa80fa40 (patch) | |
tree | 35854b4b9a749e6bde485426c1f92903c8fb1f7d /net/opal | |
parent | 83b2c7426534b977dd43c4dc48f6afb33a0804a6 (diff) | |
download | freebsd-ports-gnome-40d01a193eedd67f4d1d056b6495010afa80fa40.tar.gz freebsd-ports-gnome-40d01a193eedd67f4d1d056b6495010afa80fa40.tar.zst freebsd-ports-gnome-40d01a193eedd67f4d1d056b6495010afa80fa40.zip |
Remove the scalpel forgotten inside the patient.
Diffstat (limited to 'net/opal')
-rw-r--r-- | net/opal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index b8c1328287b6..8276927ca7d0 100644 --- a/net/opal/Makefile +++ b/net/opal/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 |