diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2008-05-22 00:12:09 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2008-05-22 00:12:09 +0000 |
commit | 2bd077b50d42ee9c55e7907c016d199fdb25f475 (patch) | |
tree | defd8663905a07e2f7aefa1f53aab05c36ada795 /hebrew/he2/Makefile | |
parent | 477c82687f54d11741be5486d1b2927b95e198cf (diff) |
Unbreak by fixing some old code. Fix a typo in pkg-descr.
Large number of compiler warnings remain...
While here -- enable parallel build on systems with multiple CPUs.
Notes
Notes:
svn path=/head/; revision=213490
Diffstat (limited to 'hebrew/he2/Makefile')
-rw-r--r-- | hebrew/he2/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/hebrew/he2/Makefile b/hebrew/he2/Makefile index 2422dadbd3f9..4ffaa0c10e24 100644 --- a/hebrew/he2/Makefile +++ b/hebrew/he2/Makefile @@ -18,14 +18,9 @@ RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/hebrew:${PORTSDIR}/hebrew/elmar-fonts USE_GMAKE= yes GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif +ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |