diff options
-rw-r--r-- | math/sage/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index d51dd1c472cb..67d0694d49cc 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -97,10 +97,6 @@ post-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} < 701106 -BROKEN= POSIX semaphores are required, and the support only works in FreeBSD 7-STABLE and later -.endif - MAKE_ENV+= MAKE="${MAKE} -j${MAKE_JOBS_NUMBER}" .ifdef MAINTAINER_MODE |