diff options
Diffstat (limited to 'hebrew')
-rw-r--r-- | hebrew/he2/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/hebrew/he2/Makefile b/hebrew/he2/Makefile index 045c57030298..d0789dad5d14 100644 --- a/hebrew/he2/Makefile +++ b/hebrew/he2/Makefile @@ -14,8 +14,12 @@ LICENSE= GPLv2 RUN_DEPENDS= iw-elmar-fonts>0:${PORTSDIR}/hebrew/elmar-fonts -USES= gmake +USES= gmake ncurses GNU_CONFIGURE= yes -ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` +ALL_TARGET= -j${MAKE_JOBS_NUMBER} + +post-patch: + @${REINPLACE_CMD} -e 's|-lcurses -ltermcap|-lncurses|' \ + ${WRKSRC}/he2/Makefile.in ${WRKSRC}/he2/Makefile.am .include <bsd.port.mk> |